Share

ConfigurationMaterialTable.columns Property

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

Description

Returns the collection that provides access to the columns in this table.

Syntax

"configurationMaterialTable_var" is a variable referencing a ConfigurationMaterialTable object.

# Get the value of the property.
propertyValue = configurationMaterialTable_var.columns

Property Value

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

Version

Introduced in version January 2024

Was this information helpful?