Category Drawings and detail, Object ProDrawing

Function ProDrawingViewDetailBoundarySet


Description
Set boundary for detail view
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingViewDetailBoundarySet(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
ProViewDetailBoundaryType type
/* (In)
Supported boundary type
*/
ProBoolean show
/* (In)
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