Category Drawings and detail, Object ProDrawing

Function ProDrawingViewDetailBoundaryGet


Description
Get boundary for detail view
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingViewDetailBoundaryGet(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
ProViewDetailBoundaryType* type
/* (Out)
supported boundary type
*/
ProBoolean* show
/* (Out)
geometry data
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe boundary could not set for the detail view

Manual References:

  1. Drawings: Detailed Views
  2. Drawings: Detailed Views