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