IMsModelParams.Item

Fore Syntax

Item(Index: Integer): IMsModelParam;

Fore.NET Syntax

Item[Index: integer]: Prognoz.Platform.Interop.Ms.IMsModelParam;

Parameters

Item. Parameter index in the collection.

Description

The Item method returns parameter from the collection by its index.

Comments

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:

IMsModelParams