IMsModelParamValues.Item

Syntax

Item(Index: Integer): IMsModelParamValue;

Parameters

Index. Index of the parameter which value must be obtained.

Description

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

Comments

Indexing of parameter values in the collection is continuous and starts from zero. To get the number of parameter values in the collection, use the IMsModelParamValues.Count property.

See also:

IMsModelParamValues