Documents
Represents a collection of Document objects.
Properties to navigate the object model:
•Application
•Parent
Open and create mappings:
•OpenDocument
•NewDocument
Iterating through the collection:
•Count
•Item
•ActiveDocument
Properties
Name  | Description  | 
|---|---|
Read-only. Retrieves the active document. If no document is open, null is returned.  | |
Read-only. Retrieves the application's top-level object.  | |
Read-only. Retrieves the number of documents in the collection.  | |
Read-only. Retrieves the document at index n from the collection. Indices start with 1.  | |
Read-only. The parent object according to the object model.  | 
Methods
Name  | Description  | 
|---|---|
Creates a new document, adds it to the end of the collection, and makes it the active document.  | |
Opens an existing mapping document (*.mfd). Adds the newly opened document to the end of the collection and makes it the active document.  |