SaveToolbarCollection

Saves an open toolbar collection to disk.

Syntax

rhinoscriptsyntax.SaveToolbarCollection(name)

rhinoscript.toolbar.SaveToolbarCollection(name)

Parameters

name

Required.  String.  The name of a currently open toolbar collection.

Returns

Boolean

True or False indicating success or failure.

Example

import rhinoscriptsyntax as rs

name = "Default"

rs.SaveToolbarCollection(name)

Also See

SaveToolbarCollectionAs