CADClose

  Functions >

CADClose

Previous pageReturn to chapter overviewNext page

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

CADCreate


© 2003-2024 CADSoftTools

Go to CAD DLL