ConfigurationTopTable.customThemeTables Property
Parent Object:
ConfigurationTopTableDefined in namespace "adsk::fusion" and the header file is <Fusion/Configurations/ConfigurationTopTable.h>
Description
Returns any custom theme tables associated with this top table.
Syntax
"configurationTopTable_var" is a variable referencing a ConfigurationTopTable object.
# Get the value of the property. propertyValue = configurationTopTable_var.customThemeTables
|
"configurationTopTable_var" is a variable referencing a ConfigurationTopTable object.
#include <Fusion/Configurations/ConfigurationTopTable.h>
// Get the value of the property. Ptr<ConfigurationCustomThemeTables> propertyValue = configurationTopTable_var->customThemeTables();
|
Property Value
This is a read only property whose value is a
ConfigurationCustomThemeTables.
Version
Introduced in version January 2024