IAlgorithmCalculationDebug.PrevObject

Syntax

PrevObject: ICalcObject;

Description

The PrevObject property returns the previous calculated calculation algorithm object for recalculation.

Comments

To recalculate the previous calculated calculation algorithm object, use the IAlgorithmCalculationDebug.RecalcPrev method.

Example

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

See also:

IAlgorithmCalculationDebug