Category Drawings and detail, Object ProDrawing

Function ProDrawingViewVisibleareaTypeGet


Description
Get the visible area type
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingViewVisibleareaTypeGet(
ProDrawing drawing
/* (In)
drawing handle
*/
ProView view
/* (In)
view handle
*/
ProDrawingViewVisibleareaType* visible_area
/* (In)
Visible area type
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe function failed

Manual References:

  1. Drawings: Visible Areas of Views
  2. Drawings: Visible Areas of Views