Category Drawings and detail, Object ProDrawing

Function ProDrawingViewProjectionSet


Description
Set view as projection
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingViewProjectionSet(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView parent_view
/* (In)
The view handle of the parent view
*/
ProView view
/* (In)
view to be projected
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe view projection could not set

Manual References:

  1. Drawings: Modifying Views
  2. Drawings: Modifying Views