DXFDWGFiles(String,String,String,String) Method
                In This Topic
            
            Creates an EPLAN macro from a DXF / DWG file.
            
            
            Syntax
            
        
            Parameters
- strFullLinkFileName
- Full link file name of the project for which the macros will be created. The macros will use the layer information from this project.
- strDXFMacroDir
- Directory from which the DXF / DWG files are imported.
- strDestinationDir
- Directory, to which the created macro files will be written.
- strScheme
- Scheme used for importing DXF / DWG files.
 
            Exceptions
| Exception | Description | 
|---|
| ArgumentException | Thrown in case of
                                    invalid arguments. | 
| SecurityException | Access rights to the
                                    \file system are
                                    missing. | 
| ArgumentNullException | null was passed to a
                                        parameter. | 
| NotSupportedException | An argument
                                        contained invalid
                                        characters, e.g. a
                                        path contained a
                                        '\:'. | 
| PathTooLongException | Invalid path. | 
| BaseException | An error occurred
                                during the import.
                                Please read the
                                exception message. | 
See Also