IMsProblemCalculationCallback.OnModelCalculation

Fore Syntax

OnModelCalculation(Model: IMsModel);

Fore.NET Syntax

OnModelCalculation(Model: Prognoz.Platform.Interop.Ms.IMsModel);

Parameters

Model. The model to be calculated.

Description

The OnModelCalculation method implements the event that occurs before model calculation starts.

Fore and Fore.NET Examples

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

See also:

IMsProblemCalculationCallback