IDimAttributeHierarchiesList.Item

Syntax

Item(Index: Integer): IDimAttributeHierarchy;

Parameters

Index. Attribute hierarchy index.

Description

The Item property returns specified alternative hierarchy from the list.

Comments

To get number of alternative hierarchies in the list, use IDimAttributeHierarchiesList.Count.

Example

The property use is given in the example for IDimAttributeHierarchiesList.Count.

See also:

IDimAttributeHierarchiesList