SaveCADtoFile

  Functions >

SaveCADtoFile

Previous pageReturn to chapter overviewNext page

The SaveCADtoFile function saves the imported CAD drawing to a file.

 

Syntax

 

int SaveCADtoFile(

  HANDLE Handle,

  LPCSTR Params,

  CADDRAWPROC CADDrawProc,

  PROGRESSPROC Proc,

);

 

 

Parameters

 

Handle

Identifies the CADImage object handle.

Params

Specifies XML parameters that represent the export settings.

CADDrawProc

Specifies a pointer to the drawing procedure.

Proc

Specifies a pointer to the progress procedure (represents progress of the export operation).

 

 

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 GetLastErrorCAD.

 

See Also

CADCreate  | SaveCADtoFileWithXMLParams


© 2003-2024 CADSoftTools

Go to CAD DLL