AC1009 dxf(TM)-compatible format file output of all objects in the scene.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.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
| Exception | Condition |
|---|---|
| System..::.InvalidOperationException | Different layer properties have been assigned to one layer. |