Share

ConfigurationRow.index Property

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

Description

The index position of this row within the table. The first row is at index 0 and does not include the header row.

Syntax

"configurationRow_var" is a variable referencing a ConfigurationRow object.

# Get the value of the property.
propertyValue = configurationRow_var.index

Property Value

This is a read only property whose value is a uinteger.

Version

Introduced in version January 2024

Was this information helpful?