IAlgoCalcBlockFindFormulaResult

Assembly: Algo;

Description

The IAlgoCalcBlockFindFormulaResult interface provides information about a block containing formulas with the found term.

Inheritance Hierarchy

          IAlgoFindFormulaResult

          IAlgoCalcBlockFindFormulaResult

Comments

Cast the search result described by the IAlgoFindFormulaResult interface to the IAlgoCalcBlockFindFormulaResult interface.

Properties

  Property name Brief description
CalcObject The CalcObject property returns the calculation object, in which formulas the term was found.
ChainModel The ChainModel property returns the calculation chain model, in which formulas the term was found.
FormulaKey The FormulaKey property returns the key of the formula, in which the term was found.

See also:

Algo Assembly Interfaces