SetupEventArgs.firingEvent Property

Parent Object: SetupEventArgs
Defined in namespace "adsk::cam" and the header file is <Cam/CAM/SetupEventArgs.h>

Description

The event that the firing is in response to.

Syntax

"setupEventArgs_var" is a variable referencing a SetupEventArgs object.

# Get the value of the property.
propertyValue = setupEventArgs_var.firingEvent
"setupEventArgs_var" is a variable referencing a SetupEventArgs object.
#include <Cam/CAM/SetupEventArgs.h>

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

Property Value

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

Version

Introduced in version April 2023