ConfigurationMaterialColumn.id Property
Parent Object:
ConfigurationMaterialColumnDefined in namespace "adsk::fusion" and the header file is <Fusion/Configurations/ConfigurationMaterialColumn.h>
Description
The id of the column. This is constant and cannot be changed by the user.
Syntax
"configurationMaterialColumn_var" is a variable referencing a ConfigurationMaterialColumn object.
# Get the value of the property. propertyValue = configurationMaterialColumn_var.id
|
"configurationMaterialColumn_var" is a variable referencing a ConfigurationMaterialColumn object.
#include <Fusion/Configurations/ConfigurationMaterialColumn.h>
// Get the value of the property. string propertyValue = configurationMaterialColumn_var->id();
|
Property Value
This is a read only property whose value is a string.
Version
Introduced in version January 2024