Assembly: Ms;
The IMsCalculationState interface is used to work with the information about the current step of modeling problem calculation.
IMsCalculationState
To get information about the current step of calculation of the modeling problem, use the IMsProblemCalculation.CalculationState property.
Property name | Brief description | |
Breakpoint | The Breakpoint property returns a breakpoint for transformation problem. | |
Coord | The Coord property returns parameters of coordinate in the variable, by which the current step is calculated. | |
CurrentPoint | The CurrentPoint property returns the current calendar point of calculation step. | |
Data | The Data property returns data of the current calculation step. | |
DataMultiDim | The DataMultiDim property returns the data of the current calculation step considering used modelling scenarios. | |
Message | The Message property returns description of the current calculation step. | |
Model | The Model property returns the model, which is calculated at the current step. | |
Scenario | The Scenario property returns key of the script for the current calculation step. |
See also