SetName


Description

An event that reports that the Model object's name has been set.

Syntax

aModel.SetName(OldName)

 

Parameter Description
aModel a Model object.
OldName a string containing the model's old name.

Guarantees

Remarks

The node's new name can be found with this expression:

aModel.Name

Applies To

Model

Also See:

Events: an Overview