The SaveCADtoFileWithXMLParams function saves the imported CAD drawing to a file with specified parameters represented as an XML document.
Syntax
int SaveCADtoFileWithXMLParams(
HANDLE Handle,
LPCSTR Params,
PROGRESSPROC Proc,
);
Parameters
Handle  | 
Identifies the CADImage object handle.  | 
Params  | 
Specifies XML parameters that represent the export settings.  | 
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
XML Parameters description | CADCreate | SaveCADtoFile
© 2003-2025 CADSoftTools
Go to CAD DLL