Category Drawings and detail, Object ProDrawing

Function ProDrawingViewsCollect


Description
Collects all views in the specified drawing.
Replacement in Object TOOLKIT: pfcModel2D::List2DViews
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingViewsCollect(
ProDrawing drawing
/* (In)
the drawing
*/
ProView** views
/* (Out)
a list of 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: Listing Drawing Views
  2. Drawings: Listing Drawing Views
  3. Drawings: Creating, Modifying and Reading Detail Items

Sample Code References:

  1. pt_examples ( TestDrwInfo.c )
  2. pt_examples ( TestDrwView.c )
  3. pt_userguide ( UgDrawingViews.c )
  4. pt_userguide ( UgModelCheck.c )