ToolbarCollectionNames

Returns the name of all currently open toolbar collections.

Syntax

rhinoscriptsyntax.ToolbarCollectionNames()

rhinoscript.toolbar.ToolbarCollectionNames()

Parameters

None.

Returns

List

The names of all currently open toolbar collections

Example

import rhinoscriptsyntax as rs

names = rs.ToolbarCollectionNames()

if names:

    for name in names: print name

Also See

CloseToolbarCollection

IsToolbarCollection

OpenToolbarCollection

ToolbarCollectionCount

ToolbarCollectionPath