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