ITsModelParamValues.FindById

Syntax

FindById(Id: String): ITsModelParamValue;

Parameters

Id. Parameter identifier.

Description

The FindById method searches for parameter value in the collection by its identifier.

Comments

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

Example

The method use is given in the example for ITsModelParams.Add.

See also:

ITsModelParamValues