import"FxInterfaces.idl";
 | 
| HRESULT  | Item ([in] VARIANT Index, [out, retval] IAcadDocument **pItem) | 
|   | 
| HRESULT  | Add ([in, optional] VARIANT TemplateName, [out, retval] IAcadDocument **pDispDoc) | 
|   | 
| HRESULT  | Open ([in] BSTR Name, [in, optional] VARIANT ReadOnly, [in, optional] VARIANT Password, [out, retval] IAcadDocument **pDispDoc) | 
|   | 
| HRESULT  | Close () | 
|   | 
Definition at line 791 of file FxInterfaces.idl.
 
◆ Add()
      
        
          | HRESULT IAcadDocuments::Add  | 
          ( | 
          [in, optional] VARIANT  | 
          TemplateName,  | 
        
        
           | 
           | 
          [out, retval] IAcadDocument **  | 
          pDispDoc  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ Close()
      
        
          | HRESULT IAcadDocuments::Close  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ Item()
      
        
          | HRESULT IAcadDocuments::Item  | 
          ( | 
          [in] VARIANT  | 
          Index,  | 
        
        
           | 
           | 
          [out, retval] IAcadDocument **  | 
          pItem  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ Open()
      
        
          | HRESULT IAcadDocuments::Open  | 
          ( | 
          [in] BSTR  | 
          Name,  | 
        
        
           | 
           | 
          [in, optional] VARIANT  | 
          ReadOnly,  | 
        
        
           | 
           | 
          [in, optional] VARIANT  | 
          Password,  | 
        
        
           | 
           | 
          [out, retval] IAcadDocument **  | 
          pDispDoc  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ _NewEnum
  
  
      
        
          | IUnknown IAcadDocuments::_NewEnum | 
         
       
   | 
  
get   | 
  
 
 
◆ Application
◆ Count
  
  
      
        
          | long IAcadDocuments::Count | 
         
       
   | 
  
get   | 
  
 
 
The documentation for this interface was generated from the following file: