CameraEvent.name Property

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

Description

The name of the event - e.g. "DocumentOpening"

Syntax

"cameraEvent_var" is a variable referencing a CameraEvent object.

# Get the value of the property.
propertyValue = cameraEvent_var.name
"cameraEvent_var" is a variable referencing a CameraEvent object.
#include <Core/Application/CameraEvent.h>

// Get the value of the property.
string propertyValue = cameraEvent_var->name();

Property Value

This is a read only property whose value is a string.

Version

Introduced in version December 2017