Category Drawings and detail, Object ProDrawing

Function ProDrawingDraftViewsCollect


Description
Collects all draft views in the specified drawing. These views are created from Sketch tab in drawing.
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingDraftViewsCollect(
ProDrawing drawing
/* (In)
the drawing
*/
ProView** views
/* (Out)
a list of draft views. The function allocates the memory for this argument. To free the memory, call ProArrayFree().
*/
)
Returns
PRO_TK_NO_ERRORSuccess
PRO_TK_BAD_INPUTSOne or more arguments was invalid
PRO_TK_E_NOT_FOUNDNo views were found

Manual References:

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