NodeSetX, NodeSetY


Description

Reports that the node's X-position or Y-position has changed.

Syntax

aModel_NodeSetX(aNode)
aModel_NodeSetY(aNode)

 

Parameter Description
aModel a Model object.

 

aNode Node object that has moved.

Guarantees

Remarks

The node's new location can be found with these expressions:

aNode.X

aNode.Y

Applies To

Model

Also See:

Events: an Overview