CameraEventArgs.firingEvent Property

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

Description

The event that the firing is in response to.

Syntax

"cameraEventArgs_var" is a variable referencing a CameraEventArgs object.

# Get the value of the property.
propertyValue = cameraEventArgs_var.firingEvent
"cameraEventArgs_var" is a variable referencing a CameraEventArgs object.
#include <Core/Application/CameraEventArgs.h>

// Get the value of the property.
Ptr<Event> propertyValue = cameraEventArgs_var->firingEvent();

Property Value

This is a read only property whose value is an Event.

Version

Introduced in version December 2017