Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsFormulaInfo interface is used to get information about the formula used for calculation.
IMsFormulaInfo
Information about the formula is returned by the IMsFormulaInfoList.Item property.
Property name | Brief description | |
The MetaModel property returns the metamodel used for calculation. | ||
The Model property returns the model used for calculation. | ||
The Problem property returns the problem used for calculation. | ||
Property name | Brief description | |
The Expression property returns expression of the formula used for calculation. | ||
The InstancesIterator property returns iterator by single points, in which calculation by formula was executed. |
See also: