IMsCalculationTreeNode.Children

Syntax

Children: IMsCalculationTreeNodes;

Description

The Children property returns collection of element children.

Comments

The collection is the ordered set that contains children of this element. If the element has no children, the property returns an empty collection of elements: IMsCalculationTreeNodes.Count is set to Null.

Example

The property use is given in the example for IMsProblemCalculation.CalculationTree.

See also:

IMsCalculationTreeNode