DataEvent.name Property
Parent Object:
DataEventDefined in namespace "adsk::core" and the header file is <Core/Dashboard/DataEvent.h>
Description
The name of the event - e.g. "DocumentOpening"
Syntax
"dataEvent_var" is a variable referencing a DataEvent object.
# Get the value of the property. propertyValue = dataEvent_var.name
|
"dataEvent_var" is a variable referencing a DataEvent object.
#include <Core/Dashboard/DataEvent.h>
// Get the value of the property. string propertyValue = dataEvent_var->name();
|
Property Value
This is a read only property whose value is a string.
Version
Introduced in version January 2022