ISlTreeNode.Children

Syntax

Children: ISlTreeNodes;

Description

The Children property returns a collection of child nodes.

Comments

Parent node is returned by the ISlTreeNode.Parent property.

Example

The property use is given in the example for ISmDecisionTree.Tree.

See also:

ISlTreeNode