IMsDimIteratorDimensions.Item

Syntax

Item(Index: Integer): 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 the collection is continuous and starts with zero.

To get the number of dimensions in the collection, use the IMsDimIteratorDimensions.Count property.

See also:

IMsDimIteratorDimensions