SetupEvent.remove Method

Parent Object: SetupEvent
Defined 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

Type Description
boolean Returns true if removal of the handler was successful.

Parameters

Name Type Description
handler SetupEventHandler The handler object to be removed from the event.

Version

Introduced in version April 2023