IMsProblemCalculationCallback.OnStageStart

Syntax

OnStageStart(Stage: MsProblemCalculationStage; Data: Variant);

Parameters

Stage. The current stage of modeling problem calculation.

Data. Data.

Description

The OnStageStart method implements an event that occurs at the beginning of executing any stage of modeling problem.

Comments

The Data parameter is available for stages of data loading and saving, that is, when the Stage parameter is set to MsProblemCalculationStage.Load or MsProblemCalculationStage.Save. To get data, cast the value passed by the Data parameter to the IVariableStub.

Example

The method use is given in the example for IMsproblemCalculationCallback.OnWarning.

See also:

IMsProblemCalculationCallback