SetupEventHandler.notify Method

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

Description

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

Syntax

"setupEventHandler_var" is a variable referencing a SetupEventHandler object.
returnValue = setupEventHandler_var.notify(eventArgs)
"setupEventHandler_var" is a variable referencing a SetupEventHandler object.

#include <Cam/CAM/SetupEventHandler.h>

returnValue = setupEventHandler_var->notify(eventArgs);

Parameters

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

Version

Introduced in version April 2023