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