IDimAttributeHierarchiesList.Item

Fore Syntax

Item(Index: Integer): IDimAttributeHierarchy;

Fore.NET Syntax

Item[Index: Integer]: Prognoz.Platform.Interop.Dimensions.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.

Fore and Fore.NET Examples

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

See also:

IDimAttributeHierarchiesList