Item(Index: Integer): ISlTreeNode;
Index. Node index in the collection.
The Item property returns a node from the collection by node index.
Node numbering is continuous starting with zero. The number of nodes in the collection is returned by the ISlTreeNodes.Count property.
The property use is given in the example for ISmDecisionTree.Tree.
See also: