Share

ToolbarTabList.count Property

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

Description

Gets the number of toolbar tabs in the collection.

Syntax

"toolbarTabList_var" is a variable referencing a ToolbarTabList object.

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

Property Value

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

Version

Introduced in version August 2019

Was this information helpful?