Category Drawings and detail, Object ProDrawing

Function ProDrawingViewDetailReferenceGet


Description
Get reference point of detail view
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingViewDetailReferenceGet(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
ProSelection* ref_sel
/* (Out)
Reference selection of the detailed view
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe reference could not set
PRO_TK_E_NOT_FOUNDCould not found reference selection.

Manual References:

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