IMsDimIteratorStubs.Item

Syntax

Item(Index: Integer): IVariableStub;

Parameters

Index. Index of data source in collection.

Description

The Item property returns a data source with the specified index.

Comments

Data source indexing in the collection is continuous and starts with zero.

To get the number of data sources in the collection, use the IMsDimIteratorStubs.Count property.

See also:

IMsDimIteratorStubs