Item(Index: Integer): IMsModelParam;
Item[Index: integer]: Prognoz.Platform.Interop.Ms.IMsModelParam;
Item. Parameter index in the collection.
The Item method returns parameter from the collection by its index.
Indexing of parameters in the collection is continuous and starts with zero. To get the number of parameters in the collection, use the IMsModelParams.Count property.
See also: