IDimHierarchiesInstance.Item

Syntax

Item(Index: Integer): IDimHierarchyInstance;

Parameters

Index - alternative hierarchy index in the collection.

Description

The property is read-only.

The Item property returns data of alternative hierarchy from the collection based on its index.

Comments

To get the number of hierarchies in the collection, use the IDimHierarchiesInstance.Count property.

Example

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

See also:

IDimHierarchiesInstance