DocumentEventArgs.document Property
Parent Object: DocumentEventArgsDefined in namespace "adsk::core" and the header file is <Core/Application/DocumentEventArgs.h>
Description
Provides access to the document that is open. Can be null in the case where the event is fired before the document has been opened or after it has been closed.
Syntax
"documentEventArgs_var" is a variable referencing a DocumentEventArgs object.
|