ConfigurationJointSnapColumn.title Property

Parent Object: ConfigurationJointSnapColumn
Defined in namespace "adsk::fusion" and the header file is <Fusion/Configurations/ConfigurationJointSnapColumn.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

"configurationJointSnapColumn_var" is a variable referencing a ConfigurationJointSnapColumn object.

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

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

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

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

Property Value

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

Version

Introduced in version September 2024