Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > Commands Object : ClearAllBreakpoints Method
ClearAllBreakpoints Method
Description
Clears all the breakpoints on all Command objects in the collection. You should use this method if you don’t want to step through the execution of a measurement routine.
Syntax
Visual Basic
Public Function ClearAllBreakpoints() As Boolean
Return Type
Boolean value. Boolean returns true if the function succeeds, false if it fails.
See Also