The ResetDrawingBoxCAD function invalidates a rectangular 3D CAD drawing area that was set by SetDrawingBoxCAD. It means that the whole drawing will be displayed.
Syntax:
int ResetDrawingBoxCAD(
HANDLE Handle
);
Parameters:
Handle |
Identifies the CADImage object handle. |
Return Value:
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero.
See Also
© 2003-2024 CADSoftTools
Go to CAD DLL