The CADClose function closes the opened CAD drawing.
Syntax
int CADClose(
HANDLE hObject // handle to object to close
);
Parameters
hObject |
Identifies a handle to the CAD drawing. |
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 CADGetLastError.
See Also
Go to CAD DLL