IMsDimensionFilterList.Item

Syntax

Item(Index: Integer): IMsDimensionFilter;

Parameters

Index. Index of dimension in the collection.

Description

The Item property returns the dimension from the collection by its 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 IMsDimensionFilterList.Count property.

Example

The property use is given in the example for IMsDimensionFilter.FilterDimension.

See also:

IMsDimensionFilterList