ConfigurationColumn.id Property

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

Description

The id of the column. This is constant and cannot be changed by the user.

Syntax

"configurationColumn_var" is a variable referencing a ConfigurationColumn object.

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

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

Property Value

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

Version

Introduced in version January 2024