IMsDimOpenParamValues.Item

Fore Syntax

Item(Index: Integer): IMsDimOpenParamValue;

Fore.NET Syntax

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

Parameters

Index. Index of the value in collection.

Description

The Item property returns the specified value from collection.

Comments

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

Fore and Fore.NET Examples

The method use is given in the example for IMsDimOpenParamValue.Dimension.

See also:

IMsDimOpenParamValues