CameraEvent.remove Method
Parent Object:
CameraEventDefined in namespace "adsk::core" and the header file is <Core/Application/CameraEvent.h>
Description
Removes a handler from the event.
Syntax
"cameraEvent_var" is a variable referencing a CameraEvent object.returnValue = cameraEvent_var.remove(handler)
|
"cameraEvent_var" is a variable referencing a CameraEvent object.
#include <Core/Application/CameraEvent.h>
returnValue = cameraEvent_var->remove(handler);
|
Return Value
boolean |
Returns true if removal of the handler was successful. |
Parameters
Version
Introduced in version December 2017