ICalcObject.FindParamUses

Syntax

FindParamUses(Param: IMsModelParam): String;

Parameters

Param. Calculation algorithm object parameter.

Description

The FindParamUses method checks if the specified parameter is used in calculation algorithm object.

Comments

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.

Example

The method use is given in the example for ICalcObject.FillSelSetFromParams.

See also:

ICalcObject