IMsProblemCalculationCallback.OnMessage

Fore Syntax

OnMessage(Message: String);

Fore.NET Syntax

OnMessage(Message: string);

Parameters

Message. Information message that is generated by modeling container.

Description

The OnMessage method implements an event that occurs on initializing a step during problem calculation in modeling container.

Fore and Fore.NET Examples

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

See also:

IMsProblemCalculationCallback