IBinaryTreeNode.Categories

Fore Syntax

Categories: Array;

Fore.NET Syntax

Categories: System.Array;

Description

The Categories property returns the number of observations of each category in a node.

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