Recalculate method

The Recalculate method recalculates the Mathcad document.

Syntax

longRet = objMC.Recalculate

Element

Description

longRet

Return value indicating success or failure.

objMC

A Mathcad document object.

Remarks

The Recalculate method should be invoked after passing new values to the Mathcad document via the SetComplex method. This is necessary to ensure that the contents of the worksheet, including outputs, remain consistent with the new inputs.