ISlTreeNode.Parent

Fore Syntax

Parent: ISlTreeNode;

Fore.NET Syntax

Parent: Prognoz.Platform.Interop.Stat.ISlTreeNode;

Description

The Parent property returns the parent node.

Comments

A collection of child nodes is returned by the ISlTreeNode.Children property.

Fore and Fore.NET Examples

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

See also:

ISlTreeNode