Category
Drawings and detail
, Object
ProDrawing
Function ProDrawingViewResume
Description
Resume the view
Synopsis
#include <
ProDrawingView.h
>
ProError
ProDrawingViewResume
(
ProDrawing
drawing
/* (In)
Drawing handle
*/
ProView
view
/* (In)
The view handle
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
PRO_TK_GENERAL_ERROR
The view could not be resumed
Manual References:
Drawings: Modifying Views
Drawings: Modifying Views