Category Drawings and detail, Object ProDrawing

Function ProDrawingViewTypeGet


Description
Get view type
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingViewTypeGet(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
ProViewType* type
/* (Out)
view type (General, projection, detailed, auxiliary, revolved, copy and align, of flat ply)
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe drawing view type could not get

Manual References:

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