Assembly: Ms;
The IMsDataBreakpoint interface contains properties that are used to work with a breakpoint that is triggered at a certain value in data.
IMsDataBreakpoint
The breakpoint is triggered if data at a certain point satisfies the specified condition. Data points, in which the condition is tested, are determined by values of the IMsDataBreakpoint.Variable and IMsDataBreakpoint.Selection. If the breakpoint has been triggered, the IMsProblemCalculationCallback.OnBreak event is generated.
Property name | Brief description | |
Condition | The Condition property determines whether breakpoint is triggered. | |
Selection | The Selection property determines elements selection of the data source. | |
Variable | The Variable property determines a data source. |
Property name | Brief description | |
The Enable property determines whether a breakpoint is available. | ||
The Key property returns breakpoint key. | ||
The Kind property returns breakpoint type. | ||
The Name property determines a breakpoint name. |
See also: