CADtoDXFExport

  Functions >

CADtoDXFExport

Previous pageReturn to chapter overviewNext page

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

CADCreate  | ExportToDXF


© 2003-2024 CADSoftTools

Go to CAD DLL