IBinaryTreeNode.ExplanatorieIndex

Fore Syntax

ExplanatorieIndex: Integer;

Fore.NET Syntax

ExplanatorieIndex: integer;

Description

The ExplanatorieIndex property returns the number of explanatory series, by which node is divided.

Comments

To get the number of tree node, use the IBinaryTreeNode.NodeIndex property.

Fore and Fore.NET Examples

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

See also:

IBinaryTreeNode