Category Drawings and detail, Object ProDrawing

Function ProDrawingViewIdGet


Description
Retrieves the view ID given the drawing and the view.
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingViewIdGet(
ProDrawing drawing
/* (In)
The drawing handle.
*/
ProView view
/* (In)
The view handle.
*/
int* view_id
/* (Out)
The view ID.
*/
)
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

Sample Code References:

  1. pt_examples ( TestDrwView.c )