IMsFormulaGenIterator

Assembly: Ms;

Description

The IMsFormulaGenIterator interface is used to work with iterator by formulas used in different calculation points.

Inheritance Hierarchy

          IMsFormulaGenerator

          IMsFormulaGenIterator

Properties inherited from IMsFormulaGenerator

  Property name Brief description
Expression The Expression property returns expression of the formula used for calculation.
InstancesIterator The InstancesIterator property returns iterator by single points, in which calculation by formula was executed.

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 moves to 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