API 설명서 > 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:
Synopsis
#include <ProDrawing.h>
ProDrawingViewInit
(
ProDrawing drawing
/* (In)
The drawing handle.
*/
int view_id
/* (In)
The view ID.
*/
ProView* view
/* (Out)
The view handle.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
User Guide References
도움이 되셨나요?