Assembly: Ms;
The IMsBreakpoints interface contains properties and methods that are used to work with the breakpoints collection.
IMsBreakpoints
The objects of this collection are implemented by the IMsBreakpoint basic interface and are used to work with breakpoints on modeling problem calculation. The collection of breakpoints for a modeling problem is not saved when the problem itself is saved.
Property name | Brief description | |
Count | The Count property returns the number of breakpoints in the collection. | |
Item | The Item method returns the breakpoint from the collection by its index. |
Method name | Brief description | |
Add | The Add method adds a point to the collection. | |
Clear | The Clear method removes all points from the collection. | |
FindByKey | The FindByKey method searches for a breakpoint in the collection by its key. | |
Remove | The Remove method removes the point from the collection by its index. |
See also: