Assembly: Ms;
The IMsProblemInstance interface is used to work with opened instance of modeling problem.
IMsProblemInstance
The opened instance of modeling problem helps calculate the problem on simultaneous work of several users. Each user can set different parameters for modeling model calculation, which will not affect other users' calculations.
NOTE. The opened instance of modeling problem can be calculated only for the Multithreaded Transformation Problem modeling problem type.
To get the opened instance of modeling problem, use the IMetabaseObjectDescriptor.Open method and cast the obtained object to the IMsProblemInstance interface.
To get basic information about the opened instance of modeling problem, cast the object to the IMetabaseObjectInstance interface.
Property name | Brief description | |
The Problem property returns parameters of opened instance of modeling problem. |
Method name | Brief description | |
The Calculate method calculates opened instance of modeling problem with specified settings. | ||
The CreateCalculationSettings method creates an object that contains settings of opened instance of modeling problem for calculation. |
See also: