IBinaryTreeForest.Item

Fore Syntax

Item(Index: Integer): IBinaryTreeNode;

Fore.NET Syntax

Item(Index: Integer): Fore Syntax
Serie: ISlSerie;IBinaryTreeNode;

Parameters

Index. Tree index in ensemble.

Description

The Item property returns elements of one of the ensemble trees by its index.

Comments

To get the number of ensemble trees, use the IBinaryTreeForest.Count property.

Fore and Fore.NET Examples

The property use is given in the example for IBinaryTreeNode.Disp.

See also:

IBinaryTreeForest