ConfigurationTopTable.materialTable Property

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

Description

Returns the material table associated with this top table. The returned table can be empty and not have any columns. In this case, the table is not displayed in the user interface. Use the returned table to add columns.

Syntax

"configurationTopTable_var" is a variable referencing a ConfigurationTopTable object.

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

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

Property Value

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

Version

Introduced in version January 2024