IMsProblemCalculationSettings.Callback

Syntax

Callback: IMsProblemCalculationCallback;

Description

The Callback property determines the object tracking the events that occur on problem calculation in modeling container.

Comments

Object should be of the custom class. This class should inherit from the MsProblemCalculationCallback class and contain its override methods.

Example

The property use is given in the example for IMsModelCalendarBreakpoint.CalendarPoint.

See also:

IMsProblemCalculationSettings