Item(Index: Integer): IMsDimOpenParamValue;
Item[Index: integer]: Prognoz.Platform.Interop.Ms.IMsDimOpenParamValue;
Index. Parameter index in collection.
The Item property returns the specified parameter from collection.
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: