RenameEdg()

Rename an edge model entity.

Usage

RenameEdg( oldModel, newModel )

Parameters

oldModel (string)
The old name of the edge model entity.
newModel (string)
The new name of the edge model entity.

Return Value

None

Error

The oldModel and newModel must not be None.

Description

This routine renames an edge model entity. The oldModel will be replaced by newModel. For example,
RenameEdg( oldName, newName )

In this example RenameEdg was called in the definition of a function and oldName and newName are function's arguments.