ConfigurationTopTable.rows Property

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

Description

Returns the rows (configurations) defined for this table and provides the functionality to create new rows.

Syntax

"configurationTopTable_var" is a variable referencing a ConfigurationTopTable object.

# Get the value of the property.
propertyValue = configurationTopTable_var.rows
"configurationTopTable_var" is a variable referencing a ConfigurationTopTable object.
#include <Fusion/Configurations/ConfigurationTopTable.h>

// Get the value of the property.
Ptr<ConfigurationRows> propertyValue = configurationTopTable_var->rows();

Property Value

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

Version

Introduced in version January 2024