CameraEvent.remove Method

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

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

Parameters

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

Version

Introduced in version December 2017