Category Drawings and detail, Object ProDrawing

Function ProDrawingViewErase


Description
Erase the view
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingViewErase(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe view could not be erased

Manual References:

  1. Drawings: Modifying Views
  2. Drawings: Modifying Views