Application.documents Property
Parent Object:
ApplicationDefined in namespace "adsk::core" and the header file is <Core/Application/Application.h>
Description
Returns the Documents collection object which supports accessing opened documents, opening existing documents, and creating new documents.
Syntax
"application_var" is a variable referencing an Application object.
# Get the value of the property. propertyValue = application_var.documents
|
"application_var" is a variable referencing an Application object.
#include <Core/Application/Application.h>
// Get the value of the property. Ptr<Documents> propertyValue = application_var->documents();
|
Property Value
This is a read only property whose value is a
Documents.
Version
Introduced in version August 2014