NodeRemoveDist


Description

Reports that a Dist will be removed from a Node.

Syntax

aModel.NodeRemoveDist(aNode)

 

Parameter Description
aModel Model object.
aNode The Node that will lose its  Dist.

 

Guarantees

Remarks

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

aNode.Dist

Applies To

Model

Also See:

Events: an Overview, Distributions: an Overview