ConfigurationAppearanceTable.rows Property
Parent Object:
ConfigurationAppearanceTableDefined in namespace "adsk::fusion" and the header file is <Fusion/Configurations/ConfigurationAppearanceTable.h>
Description
Returns the rows (configurations) defined for this table and provides the functionality to create new rows.
Syntax
"configurationAppearanceTable_var" is a variable referencing a ConfigurationAppearanceTable object.
# Get the value of the property. propertyValue = configurationAppearanceTable_var.rows
|
"configurationAppearanceTable_var" is a variable referencing a ConfigurationAppearanceTable object.
#include <Fusion/Configurations/ConfigurationAppearanceTable.h>
// Get the value of the property. Ptr<ConfigurationRows> propertyValue = configurationAppearanceTable_var->rows();
|
Property Value
This is a read only property whose value is a
ConfigurationRows.
Version
Introduced in version January 2024