Create new toolbar collection file with no toolbars.
Rhino.AddToolbarCollection (strFile)
strFile |
Required. String. The filename of the toolbar collection to create. |
String |
The name, or alias, of the newly created toolbar collection if successful. |
Null |
On error. |
Dim strFile
strFile = "D:\MyCollection.tb"
Rhino.AddToolbarCollection strFile