API Documentation
>
Drawings and detail
>
Object ProDrawing
> Function ProDrawingViewInit
Function ProDrawingViewInit
Description
Retrieves the view handle given the drawing and the view ID.
Replacement in Object TOOLKIT:
wfcWDrawing::GetDrawingView
Synopsis
#include <
ProDrawing.h
>
ProError
ProDrawingViewInit
(
ProDrawing
drawing
/* (In)
The drawing handle.
*/
int view_id
/* (In)
The view ID.
*/
ProView
* view
/* (Out)
The view handle.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
User Guide References
Listing Drawing Views:ProDrawingViewInit
Was this helpful?
This site works best with JavaScript enabled