Assembly: Ms;
The IMsFormulaGenTermIterator interface is used to work with iterator by the terms used on creating formulas.
IMsFormulaGenTermIterator
To get iterator by single terms, use the IMsFormulaGenInstanceIterator.Operands property.
Each term has parameters applied on formula calculation.
Property name | Brief description | |
Index | The Index property returns term index in expression. | |
Term | The Term property returns term parameters. |
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: