IMsDimIteratorLinks.Item

Syntax

Item(Index: Integer): IMsDimIteratorLink;

Parameters

Index. Index of linked dimension in the collection.

Description

The Item property returns a linked dimension with the specified index.

Comments

Indexing of linked dimensions in the collection is continuous and starts with zero.

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

See also:

IMsDimIteratorLinks