AC1009 dxf(TM)-compatible format file output of all objects in the scene.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public void WriteDxf(
	string fileName
)
Visual Basic (Declaration)
Public Sub WriteDxf ( _
	fileName As String _
)
Visual C++
public:
void WriteDxf(
	String^ fileName
)

Parameters

fileName
Type: System..::.String
A valid outfile name.

Remarks

The dxf file is compatible with dxf(TM) version AC1009. This format can be read with AutoCAD 12 or higher.

Exceptions

ExceptionCondition
System..::.InvalidOperationExceptionDifferent layer properties have been assigned to one layer.

See Also