IMsProblemInstance.CreateCalculationSettings

Syntax

CreateCalculationSettings: IMsProblemCalculationSettings;

Description

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

Comments

To calculate the opened instance of modeling problem with specified settings, use the IMsProblemInstance.Calculate method.

Example

The method use is given in the example for IMsProblemInstance.Calculate.

See also:

IMsProblemInstance