IMsModelParamValues.FindById

Fore Syntax

FindById(Id: String): IMsModelParamValue;

Fore.NET Syntax

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

Fore and Fore.NET Examples

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

See also:

IMsModelParamValues