IMsFormulaGenInstanceIterator.Operands

Syntax

Operands: IMsFormulaGenTermIterator;

Operands: Prognoz.Platform.Interop.Ms.IMsFormulaGenTermIterator;

Description

The Operands property returns the iterator containing information about formula operands used in the calculation point.

Comments

Each operand is a single term containing parameters applied on formula calculation.

Fore and Fore.NET Examples

The example of use is given in description of the IMsProblemCalculation.GetFormulaInfo method.

See also:

IMsFormulaGenInstanceIterator