ConfigurationCustomThemeTable.columns Property

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

Description

Returns the columns in this table.

Syntax

"configurationCustomThemeTable_var" is a variable referencing a ConfigurationCustomThemeTable object.

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

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

Property Value

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

Version

Introduced in version January 2024