Category Drawings and detail, Object ProDrawing

Function ProDrawingViewIsDraft


Description
Determines if the view specified by view is draft view. These views are created from Sketch tab in drawing.
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingViewIsDraft(
ProDrawing drawing
/* (In)
The drawing
*/
ProView view
/* (In)
The view identifier
*/
ProBoolean* is_draft
/* (Out)
PRO_B_TRUE if the view specified by view is a draft view.
*/
)
Returns
PRO_TK_NO_ERRORSuccess
PRO_TK_BAD_INPUTSOne or more arguments was invalid

Manual References:

  1. Drawings: Draft Views
  2. Drawings: Draft Views