Declaration
procedure ImportDXF(const FileName: WideString);
Description
Imports an Autocad DXF file. Returns true on successful import.
Note: Only a subset of the DXF format is supported: Lines, arcs and ellipses
Example
ImageEnVect1.ImportDXF('cad.dxf');
See Also
-
LoadFromFileAll-
LoadFromStreamAll-
LoadFromFileIEV-
LoadFromStreamIEV-
LayersImportTransition Information
If you are transitioning your code to
TImageEnView Layers, instead of ImportDXF, use:
TImageEnView.LayersImport
ImageEnView1.LayersImport();