Palettes.count Property

Parent Object: Palettes
Defined in namespace "adsk::core" and the header file is <Core/UserInterface/Palettes.h>

Description

Gets the number of Palettes.

Syntax

"palettes_var" is a variable referencing a Palettes object.

# Get the value of the property.
propertyValue = palettes_var.count
"palettes_var" is a variable referencing a Palettes object.
#include <Core/UserInterface/Palettes.h>

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

Property Value

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

Version

Introduced in version March 2017