ConfigurationThemeCell.referencedTableRow Property
Parent Object:
ConfigurationThemeCellDefined 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
|
"configurationThemeCell_var" is a variable referencing a ConfigurationThemeCell object.
#include <Fusion/Configurations/ConfigurationThemeCell.h>
// Get the value of the property. Ptr<ConfigurationRow> propertyValue = configurationThemeCell_var->referencedTableRow();
// Set the value of the property, where value_var is a ConfigurationRow. bool returnValue = configurationThemeCell_var->referencedTableRow(value_var);
|
Property Value
This is a read/write property whose value is a
ConfigurationRow.
Version
Introduced in version January 2024