The IMsModelCalendarBreakpoint interface contains properties and methods used to work with a breakpoint which is triggered by selected calendar calculation point.
The breakpoint is triggered if the model determined by the IMsModelCalendarBreakpoint.Model property is calculated at calendar point set by the IMsModelCalendarBreakpoint.CalendarPoint property. If the breakpoint has been triggered, the IMsproblemCalculationCallback.OnBreak event is generated.
Property name | Brief description | |
The CalendarPoint property determines the calendar point that triggers breakpoint. | ||
The IsCalendarPointFixed property returns whether calendar point is set for the breakpoint. | ||
The Model property determines the model, for which breakpoint is set. |
Property name | Brief description | |
The RemoveCalendarPointFix method resets fixed calendar point. |
Property name | Brief description | |
The Enable property determines whether point is available. | ||
The Key property returns point key. | ||
The Kind property returns point type. | ||
The Name property determines point name. |
See also: