Provides a base functionality for direct export of the current CAD file into DXF format.

The following tables list the members exposed by the CADtoDXF type.

Name Description
Public constructor CADtoDXF Initializes a new instance of the CADtoDXF object.
Top
Name Description
Public property CodePage
Public property Version Set dxf version to ACR2000, ACR2004, 2007 or ACR2010 before SaveToFile. Default is ACR2000.
Top
Name Description
Public method Dispose (inherited from CADExport).
Public method Equals (Overloaded) (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method Static ReferenceEquals (inherited from Object).
Public method SaveToFile (Overloaded) (inherited from CADExport).
Public method SaveToStream Exports the current CAD file to the stream defined by the StreamWriter.
Public method SetDXFComment Sets the 999 group code comment value that will be added at the start of created DXF.
Public method ToString (inherited from Object).
Top