ConfigurationTopTable.name Property
Parent Object:
ConfigurationTopTableDefined in namespace "adsk::fusion" and the header file is <Fusion/Configurations/ConfigurationTopTable.h>
Description
Gets the name of the table as seen in the user interface.
Syntax
"configurationTopTable_var" is a variable referencing a ConfigurationTopTable object.
# Get the value of the property. propertyValue = configurationTopTable_var.name
|
"configurationTopTable_var" is a variable referencing a ConfigurationTopTable object.
#include <Fusion/Configurations/ConfigurationTopTable.h>
// Get the value of the property. string propertyValue = configurationTopTable_var->name();
|
Property Value
This is a read only property whose value is a string.
Version
Introduced in version March 2024