Share

Toolbars.count Property

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

Description

Gets the number of Toolbar objects in the collection.

Syntax

"toolbars_var" is a variable referencing a Toolbars object.

# Get the value of the property.
propertyValue = toolbars_var.count

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?