ISlTreeNode.Parent

Syntax

Parent: ISlTreeNode;

Description

The Parent property returns the parent node.

Comments

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

Example

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

See also:

ISlTreeNode