ICalcAlgorithm.Debug

Syntax

Debug(Objs: ICalcObjectsList): IAlgorithmCalculationDebug;

Parameters

Objs. List of calculation algorithm objects.

NOTE. The list of calculation algorithm objects should be copied. To copy objects, use the ICalcObjectsList.Clone method.

Description

The Debug method debugs algorithm calculation.

Example

The method use is given in the example for IAlgorithmCalculationDebug.RecalcPrev.

See also:

ICalcAlgorithm