AcadDocuments
AcadDocuments Class
Supported Platforms: Windows only
                            
Object Inheritance
Members
These members are part of this object:
Methods- Item
 
- Add
 
- Open
 
- Close
 
Properties- Count
 
- Application
 
 
- Item()
 
IAcadDocument* Item([in] VARIANT Index)
                                                
Gets the member object at a given index in a collection, group, or selection set
 
 
- Add()
 
IAcadDocument* Add([in, optional] VARIANT TemplateName)
                                                
Creates a member object and adds it to the appropriate collection
 
 
- Open()
 
IAcadDocument* Open([in] BSTR Name, [in ReadOnly,  optional] VARIANT,[in, optional] VARIANT Password)
                                                
Opens an existing drawing file (DWG) and makes it the active document
 
 
- Close()
 
Void Close( )
                                                
Closes the specified drawing, or all open drawings
 
 
- Count [ReadOnly]
 
Integer Count( )
                                                
Gets the number of items in the collection, dictionary, group, or selection set
 
 
- Application [ReadOnly]
 
IAcadApplication* Application( )
                                                
Gets the Application object