ConfigurationTopTable.activeRow Property
Parent Object:
ConfigurationTopTableDefined in namespace "adsk::fusion" and the header file is <Fusion/Configurations/ConfigurationTopTable.h>
Description
Returns the row that is currently active. To set the active row, use the activate method on the ConfigurationRow object.
Syntax
"configurationTopTable_var" is a variable referencing a ConfigurationTopTable object.
# Get the value of the property. propertyValue = configurationTopTable_var.activeRow
|
"configurationTopTable_var" is a variable referencing a ConfigurationTopTable object.
#include <Fusion/Configurations/ConfigurationTopTable.h>
// Get the value of the property. Ptr<ConfigurationRow> propertyValue = configurationTopTable_var->activeRow();
|
Property Value
This is a read only property whose value is a
ConfigurationRow.
Version
Introduced in version January 2024