Returns the number of currently open toolbar collections.
rhinoscriptsyntax.ToolbarCollectionCount()
rhinoscript.toolbar.ToolbarCollectionCount()
None.
Number |
The number of currently open toolbar collections |
import rhinoscriptsyntax as rs
count = rs.ToolbarCollectionCount()
print "There are", count, " toolbar(s) collections loaded."