Description
Renames the name of workbench as specified.
Syntax
Function RFUserInterface.RenameWorkbench(workbenchName As String, newName As String) As RFErrorCode
The RenameWorkbench syntax has these parts:
| Part | Description |
|---|---|
| workbenchName | [IN] String Required. String expresstion that identifies the current name of workbench. |
| newName | [IN] String Required. String expresstion that identifies the new name of workbench. |