ITsModelParamValues.Item

Fore Syntax

Item(Index: Integer): ITsModelParam;

Fore.NET Syntax

Item[Index: integer]: Prognoz.Platform.Interop.Transform.ITsModelParam;

Parameters

Index. Parameter value index in the collection.

Description

The Item property returns the specified parameter value from the collection.

Comments

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.

Fore and Fore.NET Examples

The property use is given in the example for ITsModelParamValue.DataType.

See also:

ITsModelParamValues