RenameNbc()
Rename a node model entity.
Usage
RenameNbc(oldModel, newModel)
Parameters
- oldModel (string)
- The old name of the node model entity.
- newModel (string)
- The new name of the node model entity.
Return Value
None
Error
The oldModel and newModel must not be None.
Description
RenameNbc( oldName, newName )In this example RenameNbc was called in the definition of a function and oldName and newName are the function's arguments.