Item(Index: Integer): IMsDimOpenStubParamValue;
Item[Index: integer]: Prognoz.Platform.Interop.Ms.IMsDimOpenStubParamValue;
Index. Parameter index.
The Item property returns the specified parameter from collection.
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.
The method use is given in the example for IMsDimOpenParamValue.Dimension.
See also: