IMsFormulaGenTermIterator

Assembly: Ms;

Description

The IMsFormulaGenTermIterator interface is used to work with iterator by the terms used on creating formulas.

Inheritance Hierarchy

          IMsFormulaGenTermIterator

Comments

To get iterator by single terms, use the IMsFormulaGenInstanceIterator.Operands property.

Each term has parameters applied on formula calculation.

Properties

  Property name Brief description
Index The Index property returns term index in expression.
Term The Term property returns term parameters.

Methods

  Method name Brief description
Eof The Next method determines whether the cursor is on the next record in the iterator.
Next The Next method determines whether the cursor is on the next record in the iterator.
Reset The Reset method resets iterator and moves the cursor to the first record in the iterator.

See also:

Ms Assembly Interfaces