NodeSetName (Model)


Description

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

Syntax

aModel_NodeSetName(aNode)

 

Parameter Description
aModel a Model object.
aNode the Node object that has had its name set.

Guarantees

Remarks

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

aNode.Name

Applies To

Model

Also See:

Events: an Overview