Category Drawings and detail, Object ProDrawing

Function ProDrawingDraftViewCreate


Description
Create draft view in drawing sheet. These views are created from Sketch tab in drawing.
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingDraftViewCreate(
ProDrawing drawing
/* (In)
The drawing.
*/
ProDtlentity* entities
/* (In)
Must contain at least one draft entity. Entities might or might not be related to any view.
*/
ProView* view
/* (Out)
Pointer to the ProView.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_GENERAL_ERRORThe function failed.
PRO_TK_BAD_INPUTSThe function was passed a NULL drawing pointer.

Manual References:

  1. Drawings: Draft Views