FindById(Id: String): ITsModelParamValue;
FindById(Id: string): Prognoz.Platform.Interop.Transform.ITsModelParamValue;
Id. Parameter identifier.
The FindById method searches for parameter value in the collection by its identifier.
If value of parameter with the specified identifier is not found, the method returns Null.
The method use is given in the example for ITsModelParams.Add.
See also: