DxfDwgPages(ArrayList,String) Method
                In This Topic
            
            Exports pages of a project as a DXF/DWG file. Export settings are taken from the scheme passed in the 'sScheme' parameter
            
            
            Syntax
            
        
            Parameters
- arrayPages
- A pages to be exported.
- sScheme
 
            Exceptions
| Exception | Description | 
|---|
| ArgumentException | Thrown in case of invalid arguments, for
                                    \example a wrong scheme. | 
| UnauthorizedAccessException | No user rights to create files on the
                                              \file system. | 
| ApplicationException | The internal interface for exporting
                                       could not be created. | 
| BaseException | Errors occurred during export. See the
                                exception message for details. | 
See Also