IMsDimOpenStubParamValues.Item

Fore Syntax

Item(Index: Integer): IMsDimOpenStubParamValue;

Fore.NET Syntax

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

Parameters

Index. Parameter index.

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 the number of parameters in the collection, use the IMsDimOpenStubParamValues.Count property.

Fore and Fore.NET Examples

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

See also:

IMsDimOpenStubParamValues