IMsIteratorDimOpenParams.Item

Fore Syntax

Item(Index: Integer): IMsDimOpenParamValue;

Fore.NET Syntax

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

Parameters

Index. Parameter index in collection.

Description

The Item property returns the specified parameter from collection.

Comments

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

See also:

IMsIteratorDimOpenParams