ConfigurationRow.index Property
Parent Object:
ConfigurationRowDefined 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
|
"configurationRow_var" is a variable referencing a ConfigurationRow object.
#include <Fusion/Configurations/ConfigurationRow.h>
// Get the value of the property. uinteger propertyValue = configurationRow_var->index();
|
Property Value
This is a read only property whose value is a uinteger.
Version
Introduced in version January 2024