Share

ConfigurationThemeCell.referencedTableRow Property

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

Description

Gets and sets the row to use from the referenced table.

Syntax

"configurationThemeCell_var" is a variable referencing a ConfigurationThemeCell object.

# Get the value of the property.
propertyValue = configurationThemeCell_var.referencedTableRow

# Set the value of the property.
configurationThemeCell_var.referencedTableRow = propertyValue

Property Value

This is a read/write property whose value is a ConfigurationRow.

Version

Introduced in version January 2024

Was this information helpful?