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