ISlTreeNodes.Item

Syntax

Item(Index: Integer): 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.

Example

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

See also:

ISlTreeNodes