AddDist


Description

Adds a Dist object to a Node object. If the node already has a distribution (and the types match), then does nothing. If the node already has a distribution and the types don't match, the type is converted.

Syntax

aNode.AddDist(distenum)

Parameter Description
aNode a Node object.
distenum a DISTENUM value that specifies the type of distribution to add.

Return Value

 

The node's Dist object.

 

Example

See: Distributions: an Overview

Applies To

Node