Saves a current CAD image in DXF format.

Namespace: CADImport
Assembly: CADImport (in CADImport.dll)

Public Sub SaveAsDXF( _ 
ByVal fName As String, _ 
ByVal handle As IntPtr, _ 
ByVal aForm As Form
)
This language is not supported or no code example is available.
public void SaveAsDXF( 
string fName
IntPtr handle
Form aForm 
)
This language is not supported or no code example is available.

Parameters

fName

Type: string

A path to the DXF file to be saved.

handle

Type: IntPtr

A handle used for analyzing records to be written to the intermediate metafile.

aForm

Type: Form

A Form object used for creating the intermediate metafile.

Windows NT 4.0, Windows 98, Windows XP, Windows Server 2003, Windows Vista; Windows Server 2008 R2, Windows 7, WIndows10

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0 - 4, NET6

.NET Framework Client Profile

Supported in: 4, 3.5 SP1, NET6