IDimHierarchiesInstance.Count

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.

Example

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

See also:

IDimHierarchiesInstance