Saves an open toolbar collection to a different disk file.
Rhino.SaveToolbarCollectionAs (strName)
strName |
Required. String. The name of a currently open toolbar collection. |
strFile |
Required. String. The full path to the toolbar collection file to create. |
Boolean |
True or False indicating success or failure. |
Null |
If not successful, or on error. |
Dim strFile, strName
strName = "Default"
strFile = "D:\NewDefault.tb"
Rhino.SaveToolbarCollectionAs strName, strFile