ICalcAlgorithm.MsProblem

Syntax

MsProblem: IMsProblem;

Description

The MsProblem property returns the modeling problem used on algorithm calculation.

Comments

The property can be used on setting up algorithm calculation period using the IAlgorithmSettings interface.

Example

The property use is given in the example for IAlgorithmSettings.PeriodControlStart.

See also:

ICalcAlgorithm