Category Drawings and detail, Object ProDrawing

Function ProDrawingViewResume


Description
Resume the view
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingViewResume(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe view could not be resumed

Manual References:

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