Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsFormulaGenTermPoint interface is used to get information about term in a certain calendar calculation point.
IMsFormulaGenTermPoint
Information about term can be obtained using the IMsFormulaGenTerm.Point property.
If term corresponds to the operand, for which aggregation is set up, or it is obtained using matrix aggregation model, each point will have various values used on aggregation. The number of values can be obtained in the ValuesCount property, values can be obtained in the Value property. The matrix coordinate that corresponds with the value can be obtained in the Coord property.
If aggregation is not used, properties of this interface can be used to get information about the current term value. To do this, use the 0 index in the properties.
Property name | Brief description | |
The Coord property returns the matrix coordinate for the value with the specified index. | ||
The IsInternal property returns whether a point is in the calculation area. | ||
The Value property returns term value with the specified index. | ||
The ValuesCount property returns the number of values used on creating a term value. |
See also: