EvaluateFormula
Returns the result of evaluating XBRL formulas in an XBRL instance file. The result is true on success, false on failure. If an error occurs, a RaptorXMLException is raised. Use the LastErrorMessage property to access additional information.
COM and .NET
Signature: boolean EvaluateFormula()
Java
Signature: public boolean evaluateFormula()