Category Drawings and detail, Object ProDrawing

Function ProDrawingViewonlyOpen


Description
Open a drawing in view only mode.
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingViewonlyOpen(
ProPath path
/* (In)
Path to the drawing.
*/
ProMdl* mdl
/* (Out)
The drawing handle.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Drawings: Listing Drawing Views
  2. Drawings: Listing Drawing Views