NodeAddDist


Description

Reports that a Dist has been added to a Node.

Syntax

aModel.NodeAddDist(aNode)

 

Parameter Description
aModel Model object.
aNode The Node that now has a  Dist.

 

Guarantees

Remarks

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

aNode.Dist

When this event fires, the parameters of Dist may already have non initial values.

Applies To

Model

Also See:

Events: an Overview, Distributions: an Overview