ConfigurationCustomThemeTables.count Property

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

Description

Returns the number of custom theme tables associated with the top table.

Syntax

"configurationCustomThemeTables_var" is a variable referencing a ConfigurationCustomThemeTables object.

# Get the value of the property.
propertyValue = configurationCustomThemeTables_var.count
"configurationCustomThemeTables_var" is a variable referencing a ConfigurationCustomThemeTables object.
#include <Fusion/Configurations/ConfigurationCustomThemeTables.h>

// Get the value of the property.
uinteger propertyValue = configurationCustomThemeTables_var->count();

Property Value

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

Version

Introduced in version January 2024