IMsCalculationState

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsCalculationState interface is used to work with the information about the current step of calculating the modeling problem.

Inheritance Hierarchy

          IMsCalculationState

Comments

To get information about the current step of calculation of the modeling problem, use the IMsProblemCalculation.CalculationState property.

Properties

  Property name Brief description
The Breakpoint property returns a breakpoint for transformation problem.
The Coord property returns parameters of coordinate in the variable by which the current step is calculated.
The CurrentPoint property returns current calendar point of calculation step.
The Data property returns data of the current calculation step.
The DataMultiDim property returns the data of the current calculation step considering used modelling scenarios.
The Message property returns description of the current calculation step.
The Model property returns the model which is calculated at the current step.
The Scenario property returns key of the script for the current calculation step.

See also

Ms Assembly Interfaces