ConfigurationAppearanceTable.columns Property

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

Description

Returns the collection that provides access to this table's columns and the ability to create new columns.

Syntax

"configurationAppearanceTable_var" is a variable referencing a ConfigurationAppearanceTable object.

# Get the value of the property.
propertyValue = configurationAppearanceTable_var.columns
"configurationAppearanceTable_var" is a variable referencing a ConfigurationAppearanceTable object.
#include <Fusion/Configurations/ConfigurationAppearanceTable.h>

// Get the value of the property.
Ptr<ConfigurationAppearanceColumns> propertyValue = configurationAppearanceTable_var->columns();

Property Value

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

Version

Introduced in version January 2024