ToolbarTabList.count Property
Parent Object:
ToolbarTabListDefined 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
|
"toolbarTabList_var" is a variable referencing a ToolbarTabList object.
#include <Core/UserInterface/ToolbarTabList.h>
// Get the value of the property. uinteger propertyValue = toolbarTabList_var->count();
|
Property Value
This is a read only property whose value is a uinteger.
Version
Introduced in version August 2019