Category Drawings and detail, Object ProDrawing

Function ProDrawingViewIsErased


Description
Find the view is erased or not
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingViewIsErased(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
ProBoolean* is_erased
/* (Out)
Pro_B_TRUE, is view erased
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe function failed

Manual References:

  1. Drawings: Listing Drawing Views
  2. Drawings: Listing Drawing Views