IAlgoBranchCondFindFormulaResult

Assembly: Algo;

Description

The IAlgoBranchCondFindFormulaResult interface provides information about a branching containing the found term.

Inheritance Hierarchy

          IAlgoFindFormulaResult

          IAlgoBranchCondFindFormulaResult

Comments

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

Properties

  Property name Brief description
Branch The Branch property returns the branching condition, in which formulas the term was found.
BranchCase The BranchCase property returns the branching branch, in which formulas the term was found.
BranchCondition The BranchCondition property returns the condition, which uses the found term.

See also:

Algo Assembly Interfaces