UserInterfaceGeneralEvent.name Property

Parent Object: UserInterfaceGeneralEvent
Defined in namespace "adsk::core" and the header file is <Core/UserInterface/UserInterfaceGeneralEvent.h>

Description

The name of the event - e.g. "DocumentOpening"

Syntax

"userInterfaceGeneralEvent_var" is a variable referencing a UserInterfaceGeneralEvent object.

# Get the value of the property.
propertyValue = userInterfaceGeneralEvent_var.name
"userInterfaceGeneralEvent_var" is a variable referencing a UserInterfaceGeneralEvent object.
#include <Core/UserInterface/UserInterfaceGeneralEvent.h>

// Get the value of the property.
string propertyValue = userInterfaceGeneralEvent_var->name();

Property Value

This is a read only property whose value is a string.

Version

Introduced in version March 2017