Category Drawings and detail, Object ProDrawing

Function ProDrawingViewParentGet


Description
Get the parent view of a view
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingViewParentGet(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
ProView* parent_view
/* (Out)
Parent view
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe function failed
PRO_TK_E_NOT_FOUNDParent view was not found

Manual References:

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