IMsFormulaInfoList

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsFormulaInfoList interface is used to work with the collection containing information about the formulas used for calculation.

Inheritance Hierarchy

IMsFormulaInfoList

Comments

The collection can be obtained after the calculation using the IMsProblemCalculation.GetFormulaInfo method.

Properties

  Property name Brief description
The Count property returns the number of formulas used for calculation.
The Item property returns information about the formula used for calculation.

Methods

  Method name Brief description
The Add method adds a record with information about the formula used for calculation to the collection.

See also:

Ms Assembly Interfaces