IMsDimIteratorDimensions.Item

Fore Syntax

Item(Index: Integer): IMsDimIteratorDimension;

Fore.NET Syntax

Item[Index: integer]: Prognoz.Platform.Interop.Ms.IMsDimIteratorDimension;

Parameters

Index. Index of the dimension in collection.

Description

The Item property returns a dimension with the specified index.

Comments

Indexing of dimensions in collection is continuous and starts with zero. To get the number of dimensions in the collection, use the IMsDimIteratorDimensions.Count property.

See also:

IMsDimIteratorDimensions