public void DXFDWGFiles( Project oProject, string strDXFMacroDir, string strDestinationDir, string strScheme )
public: void DXFDWGFiles( Project^ oProject, String^ strDXFMacroDir, String^ strDestinationDir, String^ strScheme )
Parameters
| Parameter Name | Description |
|---|---|
| oProject | 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. |