ConfigurationMaterialTable.id Property
Parent Object:
ConfigurationMaterialTableDefined in namespace "adsk::fusion" and the header file is <Fusion/Configurations/ConfigurationMaterialTable.h>
Description
Returns the unique ID of this table.
Syntax
"configurationMaterialTable_var" is a variable referencing a ConfigurationMaterialTable object.
# Get the value of the property. propertyValue = configurationMaterialTable_var.id
|
"configurationMaterialTable_var" is a variable referencing a ConfigurationMaterialTable object.
#include <Fusion/Configurations/ConfigurationMaterialTable.h>
// Get the value of the property. string propertyValue = configurationMaterialTable_var->id();
|
Property Value
This is a read only property whose value is a string.
Version
Introduced in version January 2024