FindById(Id: String): IMsModelParamValue;
FindById(Id: string): Prognoz.Platform.Interop.Ms.IMsModelParamValue;
Id. Required parameter identifier.
The FindById method finds value of collection parameter by its identifier.
If the parameter value with the specified identifier is not found, the method returns Null.
The property use is given in the example for IMsModelParams.Add.
See also: