IMsModelParams.FindById

Fore Syntax

FindById(Id: String): IMsModelParam;

Fore.NET Syntax

FindById(Id: string): Prognoz.Platform.Interop.Ms.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