DxfDwgProject(Project,String) Method
                In This Topic
            
            Exports a complete project as DXF/DWG files. Export settings are taken from the scheme passed in the 'sScheme' parameter
            
            
            Syntax
            
        
            Parameters
- prj
- Project to be exported.
- sScheme
- A settings scheme to use.
 
            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