Imports an Autocad DXF file. Returns True on successful.

Note: only a subset of the DXF is implemented (lines, arcs and ellipses).

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool ImportDXF(
	string fileName
)
Public Function ImportDXF ( _
	fileName As String _
) As Boolean
public:
bool ImportDXF(
	String^ fileName
)

Parameters

fileName
String
The source file name.

See Also