IMsModelParams.Item

Syntax

Item(Index: Integer): 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