The IMsDataBreakpoint interface contains properties used to work with breakpoint, that is triggered at the determined value in data.
If data at a certain point satisfies the specified condition, the breakpoint is triggered. Data points, in which the condition is tested, are determined by the value of the IMsDataBreakpoint.Variable and the IMsDataBreakpoint.Selection properties. If the breakpoint has been triggered, the IMsproblemCalculationCallback.OnBreak event is generated.
| Property name | Brief description | |
| The Condition property returns whether breakpoint is triggered. | ||
| The Selection property determines elements selection of the data source. | ||
| The Variable property determines the data source. |
| 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: