IMsModelParamValues.FindByKey

Syntax

FindByKey(Key: Integer): IMsModelParamValue;

Parameters

Key. Key of the parameter which value must be found.

Description

The FindByKey method finds value of collection parameter by its key.

Comments

If the value for the parameter with the specified key is not found, the method returns Null.

See also:

IMsModelParamValues