IMsDataBreakpoint

Description

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

Comments

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.

Properties

  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 a data source.

Properties inherited from IMsBreakpoint

  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:

Ms Assembly Interfaces