IMsFormulaGenTermIterator

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

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

Inheritance Hierarchy

IMsFormulaGenTermIterator

Comments

An iterator by single terms can be obtained using the IMsFormulaGenInstanceIterator.Operands property.

Each term has parameters applied on formula calculation.

Properties

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

Methods

  Method name Brief description
The Eofmethod returns whether the cursor is on the last record in the iterator.
The Eofmethod returns whether the cursor is on the last record in the iterator.
The Reset method resets iterator and moves the cursor to the first record in the iterator.

See also:

Ms Assembly Interfaces