Category
Drawings and detail
, Object
ProDrawing
Function ProDrawingViewErase
Description
Erase the view
Synopsis
#include <
ProDrawingView.h
>
ProError
ProDrawingViewErase
(
ProDrawing
drawing
/* (In)
Drawing handle
*/
ProView
view
/* (In)
The view handle
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
PRO_TK_GENERAL_ERROR
The view could not be erased
Manual References:
Drawings: Modifying Views
Drawings: Modifying Views