IMsFormulaGenInstanceIterator

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsFormulaGenInstanceIterator interface is used to work with iterator by the single points, in which calculation by formula was executed.

Inheritance Hierarchy

IMsFormulaGenInstanceIterator

Comments

The iterator by single points can be obtained using the IMsFormulaGenerator.InstancesIterator property.

Properties

  Property name Brief description
The LeftPart property returns the term containing information about calculation point.
The Operands property returns the iterator containing information about formula operands used in the calculation point.

Methods

  Method name Brief description
The Eofmethod returns whether the cursor is on the last record in the iterator.
The Next method moves to the next 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