Item(Index: Integer): IMsModelParamValue;
Item[Index: integer]: Prognoz.Platform.Interop.Ms.IMsModelParamValue;
Index. Index of the parameter which value must be obtained.
The Item method returns parameter value from the collection by its index.
Indexing of parameter values in the collection is continuous and starts from zero. To get the number of parameter values in the collection, use the IMsModelParamValues.Count property.
See also: