Item(Index: Integer): ITsModelParam;
Item[Index: integer]: Prognoz.Platform.Interop.Transform.ITsModelParam;
Index. Parameter value index in the collection.
The Item property returns the specified parameter value from the collection.
Indexing of parameters in the collection is continuous and starts with zero. To get the number of parameters' values in the collection, use the ITsModelParamValues.Count property.
The property use is given in the example for ITsModelParamValue.DataType.
See also: