Category
Drawings and detail
, Object
ProDrawing
Function ProDrawingViewonlyOpen
Description
Open a drawing in view only mode.
Synopsis
#include <
ProDrawing.h
>
ProError
ProDrawingViewonlyOpen
(
ProPath
path
/* (In)
Path to the drawing.
*/
ProMdl
*
mdl
/* (Out)
The drawing handle.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
Manual References:
Drawings: Listing Drawing Views
Drawings: Listing Drawing Views