Share

DocumentEvent.name Property

Parent Object: DocumentEvent
Defined 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

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?