Item(Index: Integer): ITsModelParam;
Item[Index: integer]: Prognoz.Platform.Interop.Transform.ITsModelParam;
Index. Parameter index in the collection.
The Item property returns the specified parameter from collection.
Indexation of parameters in the collection is continuous and starts with zero. To get the number of parameters in the collection, use the ITsModelParams.Count property.
See also: