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