ISlTreeNodes.Item

Fore Syntax

Item(Index: Integer): ISlTreeNode;

Fore.NET Syntax

Item[Index: integer]: Prognoz.Platform.Interop.Stat.ISlTreeNode;

Parameters

Index. Node index in the collection.

Description

The Item property returns a node from the collection by node index.

Comments

Node numbering is continuous starting with zero. The number of nodes in the collection is returned by the ISlTreeNodes.Count property.

Fore and Fore.NET Examples

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

See also:

ISlTreeNodes