IDimIndexAttributes.Item

Syntax

Item(Index: Variant): IDimAttribute;

Parameters

Index. Attribute index.

Description

The Item property returns parameters of the attribute included into the index.

Comments

Attribute indexing is continuous and starts with zero. To get the number of attributes in the index , use the IDimIndexAttributes.Count property.

Example

The property use is given in the example for IDimIndexAttributes.FindByKey.

See also:

IDimIndexAttributes