IDimIndexAttributes.Item

Fore Syntax

Item(Index: Variant): IDimAttribute;

Fore.NET Syntax

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

Fore and Fore.NET Examples

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

See also:

IDimIndexAttributes