IMsCalculationTreeNode.Children

Syntax

Children: IMsCalculationTreeNodes;

Description

The Children property returns collection of element children.

Comments

The collection is the ordered set, that contains the child of this elements. 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