ITsModelParams.FindById

Syntax

FindById(Id: String): ITsModelParam;

Parameters

Id. Parameter identifier.

Description

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

Comments

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

See also:

ITsModelParams