Category Drawings and detail, Object ProDrawing

Function ProDrawingViewInit


Description
Retrieves the view handle given the drawing and the view ID.
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingViewInit(
ProDrawing drawing
/* (In)
The drawing handle.
*/
int view_id
/* (In)
The view ID.
*/
ProView* view
/* (Out)
The view handle.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

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