ConfigurationColumn.title Property

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

Description

The title of this column. In a top table, this can only be edited for suppression, visibility, parameter, and theme table columns. It behaves as read-only for all other types. In a theme table, the title of all the columns can be modified except for the column that represents the root component for materials and appearances.

If the table was obtained from a DataFile, this property behaves as read-only for all the columns.

Syntax

"configurationColumn_var" is a variable referencing a ConfigurationColumn object.

# Get the value of the property.
propertyValue = configurationColumn_var.title

# Set the value of the property.
configurationColumn_var.title = propertyValue
"configurationColumn_var" is a variable referencing a ConfigurationColumn object.
#include <Fusion/Configurations/ConfigurationColumn.h>

// Get the value of the property.
string propertyValue = configurationColumn_var->title();

// Set the value of the property, where value_var is a string.
bool returnValue = configurationColumn_var->title(value_var);

Property Value

This is a read/write property whose value is a string.

Version

Introduced in version January 2024