IMsProblemInstance

Assembly: Ms;

Description

The IMsProblemInstance interface is used to work with opened instance of modeling problem.

Inheritance Hierarchy

IMsProblemInstance

Comments

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.

Properties

  Property name Brief description

Problem

The Problem property returns parameters of opened instance of modeling problem.

Methods

  Method name Brief description

Calculate

The Calculate method calculates opened instance of modeling problem with specified settings.

CreateCalculationSettings

The CreateCalculationSettings method creates an object that contains settings of opened instance of modeling problem for calculation.

See also:

Ms Assembly Interfaces