Share

ToolbarPanelList.count Property

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

Description

Gets the number of toolbar panels in the collection.

Syntax

"toolbarPanelList_var" is a variable referencing a ToolbarPanelList object.

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

Property Value

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

Version

Introduced in version June 2015

Was this information helpful?