Click or drag to resize

ToolbarFileCollectionOpen Method

Opens a toolbar file.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public ToolbarFile Open(
	string path
)

Parameters

path
Type: SystemString
The full path to the toolbar file.

Return Value

Type: ToolbarFile
The toolbar if successful, null otherwise.
See Also