Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsFormulaGenTermIterator interface is used to work with iterator by the terms used on creating formulas.
IMsFormulaGenTermIterator
An iterator by single terms can be obtained using the IMsFormulaGenInstanceIterator.Operands property.
Each term has parameters applied on formula calculation.
Property name | Brief description | |
The Index property returns term index in expression. | ||
The Term property returns term parameters. |
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: