IDimHierarchiesInstance.Count

Fore Syntax

Count: Integer;

Fore.NET Syntax

Count: integer;

Description

The property is read-only.

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

Comments

To get alternative hierarchy data from collection by index, use the IDimHierarchiesInstance.Item property.

Fore and Fore.NET Examples

The property use is given in the example for IDimHierarchies.Add.

See also:

IDimHierarchiesInstance