The CloseCAD function closes the specified opened CADImage object.
Syntax:
int CloseCAD(
HANDLE hObject // handle to object to close
);
Parameters:
hObject |
Identifies the opened CADImage object. |
Return Value:
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastErrorCAD.
See Also
CreateCAD | CreateCADEx | StopLoading
© 2003-2024 CADSoftTools
Go to CAD DLL