Share

CustomGraphicsPointSet.indexList Property

Parent Object: CustomGraphicsPointSet
Defined in namespace "adsk::fusion" and the header file is <Fusion/Graphics/CustomGraphicsPointSet.h>

Description

An list of indices that specify which coordinates from the coordinate list to draw points for. If this is an empty array, then all of the coordinates are used.

Syntax

"customGraphicsPointSet_var" is a variable referencing a CustomGraphicsPointSet object.

# Get the value of the property.
propertyValue = customGraphicsPointSet_var.indexList

# Set the value of the property.
customGraphicsPointSet_var.indexList = propertyValue

Property Value

This is a read/write property whose value is an array of type integer.

Version

Introduced in version September 2017

Was this information helpful?