Share

ConfigurationRow.id Property

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

Description

Gets the unique ID that identifies this row. The ID remains constant for this row as long as the row exists. This is different than the name, which the user can change.

Syntax

"configurationRow_var" is a variable referencing a ConfigurationRow object.

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

Property Value

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

Version

Introduced in version January 2024

Was this information helpful?