Renames, or changes the title, of the specified view..
Rhino.RenameView (strOldTitle, strNewTitle)
strOldTitle |
Required. String. The title or identifier of the view to rename. |
strNewTitle |
Required. String. The new title of the view. |
String |
The view's previous title is successful. |
Null |
if not successful, or on error. |
Dim strOldTitle, strNewTitle
strOldTitle = Rhino.CurrentView
Rhino.RenameView(strOldTitle, "Current")