IMsBreakpoints

Description

The IMsBreakpoints interface contains properties and methods used to work with the breakpoints collection .

Comments

The objects of this collection are implemented by the IMsBreakpoint base interface and are used to work with breakpoints on modeling problem calculation. Collection of breakpoints for a modeling problem is not saved when the problem itself is saved.

Properties

  Property name Brief description
The Count property returns the number of breakpoints in collection.
The Item method returns a breakpoint from the collection by its index.

Methods

  Method name Brief description
The Add method adds a point to collection.
The Clear method removes all points from collection.
The FindByKey method finds a breakpoint in the collection by its key.
The Remove method deletes a point from the collection by its index.

See also:

Ms Assembly Interfaces