IMsFormulaInfo

Assembly: Ms;

Description

The IMsFormulaInfo interface is used to get information about the formula used for calculation.

Inheritance Hierarchy

          IMsFormulaGenerator

          IMsFormulaInfo

Comments

Information about the formula is returned by the IMsFormulaInfoList.Item property.

Properties

  Property name Brief description
MetaModel The MetaModel property returns the metamodel used for calculation.
Model The Model property returns the model used for calculation.
Problem The Problem property returns the problem used for calculation.
ValidationElement The ValidationElement property returns the element index in validations dimension that corresponds to formula.

Properties inherited from IMsFormulaGenerator

  Property name Brief description
Expression The Expression property returns expression of the formula used for calculation.
InstancesIterator The InstancesIterator property returns iterator by single points, in which calculation by formula was executed.

See also:

Ms Assembly Interfaces