ConfigurationTable.id Property

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

Description

Returns the unique ID of this table.

Syntax

"configurationTable_var" is a variable referencing a ConfigurationTable object.

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

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

Property Value

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

Version

Introduced in version January 2024