CameraEventHandler.notify Method

Parent Object: CameraEventHandler
Defined in namespace "adsk::core" and the header file is <Core/Application/CameraEventHandler.h>

Description

The function called by Fusion when the associated event is fired.

Syntax

"cameraEventHandler_var" is a variable referencing a CameraEventHandler object.
returnValue = cameraEventHandler_var.notify(eventArgs)
"cameraEventHandler_var" is a variable referencing a CameraEventHandler object.

#include <Core/Application/CameraEventHandler.h>

returnValue = cameraEventHandler_var->notify(eventArgs);

Parameters

Name Type Description
eventArgs CameraEventArgs Returns an object that provides access to additional information associated with the event.

Version

Introduced in version December 2017