IMsModelParamValues.FindById

Syntax

FindById(Id: String): IMsModelParamValue;

Parameters

Id. Required parameter identifier.

Description

The FindById method finds value of collection parameter by its identifier.

Comments

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

Example

The property use is given in the example for IMsModelParams.Add.

See also:

IMsModelParamValues