FindParamUses(Param: IMsModelParam): String;
Param. Calculation algorithm object parameter.
The FindParamUses method checks if the specified parameter is used in calculation algorithm object.
To get the collection of parameters, use the ICalcObject.Params property. If the specified parameter is used in any calculation algorithm object, the method will return the text with information about the place of use.
The method use is given in the example for ICalcObject.FillSelSetFromParams.
See also: