ToolbarCollectionCount

Returns the number of currently open toolbar collections.

Syntax

rhinoscriptsyntax.ToolbarCollectionCount()

rhinoscript.toolbar.ToolbarCollectionCount()

Parameters

None.

Returns

Number

The number of currently open toolbar collections

Example

import rhinoscriptsyntax as rs

count = rs.ToolbarCollectionCount()

print "There are", count, " toolbar(s) collections loaded."

Also See

CloseToolbarCollection

IsToolbarCollection

OpenToolbarCollection

ToolbarCollectionNames

ToolbarCollectionPath