ConfigurationCustomThemeTable.name Property

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

Description

Gets and sets the name of the table as seen in the user interface.

Syntax

"configurationCustomThemeTable_var" is a variable referencing a ConfigurationCustomThemeTable object.

# Get the value of the property.
propertyValue = configurationCustomThemeTable_var.name

# Set the value of the property.
configurationCustomThemeTable_var.name = propertyValue
"configurationCustomThemeTable_var" is a variable referencing a ConfigurationCustomThemeTable object.
#include <Fusion/Configurations/ConfigurationCustomThemeTable.h>

// Get the value of the property.
string propertyValue = configurationCustomThemeTable_var->name();

// Set the value of the property, where value_var is a string.
bool returnValue = configurationCustomThemeTable_var->name(value_var);

Property Value

This is a read/write property whose value is a string.

Version

Introduced in version January 2024