ISlTreeNode.Children

Fore Syntax

Children: ISlTreeNodes;

Fore.NET Syntax

Children: Prognoz.Platform.Interop.Stat.ISlTreeNodes;

Description

The Children property returns a collection of child nodes.

Comments

Parent node is returned by the ISlTreeNode.Parent property.

Fore and Fore.NET Examples

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

See also:

ISlTreeNode