SetupEventArgs.setup Property

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

Description

Provides access to the setup. Can be null in the case where the event is fired before the setup has been created or after it has been deleted.

Syntax

"setupEventArgs_var" is a variable referencing a SetupEventArgs object.

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

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

Property Value

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

Version

Introduced in version April 2023