ISlTreeNodes.Count

Fore Syntax

Count: Integer;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

ISlTreeNodes