IMsModelParams.FindById

Syntax

FindById(Id: String): IMsModelParam;

Parameters

Id. Required parameter identifier.

Description

The FindById method finds parameter in the collection by its identifier.

Comments

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

See also:

IMsModelParams