IMsDataBreakpoint

Assembly: Ms;

Description

The IMsDataBreakpoint interface contains properties that are used to work with a breakpoint that is triggered at a certain value in data.

Inheritance Hierarchy

          IMsBreakpoint

          IMsDataBreakpoint

Comments

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.

Properties

  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.

Properties inherited from IMsBreakpoint

  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:

Ms Assembly Interfaces