The IMsBreakpoints interface contains properties and methods used to work with the breakpoints collection .
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.
| 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. |
| 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: