The CADtoDXFExport function saves the imported CAD drawing to the DXF file format.
Syntax
int CADtoDXFExport(
HANDLE Handle,
LPCSTR FileName,
);
Parameters
Handle  | 
Identifies a handle to the CAD drawing.  | 
FileName  | 
Specifies the name of the output DXF file.  | 
Return Value
If the function succeeds, the return value is 1.
If the function fails, the return value is zero. To get extended error information, call CADGetLastError.
See Also
© 2003-2025 CADSoftTools
Go to CAD DLL