ISlTreeNodes.Count

Syntax

Count: Integer;

Description

The Count property returns the number of nodes in a collection.

Comments

Use the ISlTreeNodes.Item property to get a specific node from the collection.

Example

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

See also:

ISlTreeNodes