NodeStatesRemove


Description

An event that reports a State object will be remove from a Node object's States collection.

Syntax

aModel_NodeStatesRemove(aNode, aState)

 

Parameter Description
aModel a Model object.
aNode the Node object from which the state will be removed.
aState the State object that will be removed.

Guarantees

Remarks

The state's position can be found with this expression:

aNode.States.Indexes(aState)

The state's name can be found with this expression:

aState.Name

Applies To

Model

Also See:

Events: an Overview