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