Share

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

Property Value

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

Version

Introduced in version March 2017

Was this information helpful?