SetupEvent.remove Method
Parent Object:
SetupEventDefined in namespace "adsk::cam" and the header file is <Cam/CAM/SetupEvent.h>
Description
Removes a handler from the event.
Syntax
"setupEvent_var" is a variable referencing a SetupEvent object.returnValue = setupEvent_var.remove(handler)
|
"setupEvent_var" is a variable referencing a SetupEvent object.
#include <Cam/CAM/SetupEvent.h>
returnValue = setupEvent_var->remove(handler);
|
Return Value
boolean |
Returns true if removal of the handler was successful. |
Parameters
Version
Introduced in version April 2023