Share

CommandCreatedEvent.name Property

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

Description

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

Syntax

"commandCreatedEvent_var" is a variable referencing a CommandCreatedEvent object.

# Get the value of the property.
propertyValue = commandCreatedEvent_var.name

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?