The SaveCADWithXMLParametrs function saves the specified drawing to the file described in AXMLParametrs.
Syntax:
int SaveCADWithXMLParametrs(
HANDLE THandle,
AXMLParametrs PChar
);
Parameters:
Handle |
Drawing handle. |
AXMLParametrs |
A string containing XML description of the output file. |
Return Value:
If the function succeeds, the return value is zero.
If the function fails, the return value is 1. To get extended error information, call GetLastErrorCAD.
See Also
CADCreate | XML Export Parameters
© 2003-2024 CADSoftTools
Go to CAD DLL