Category Drawings and detail, Object ProDrawing

Function ProDrawingMerge


Description
Merge two drawing

NOTE: After using ProDrawingMerge(), the handle to the second drawing is lost. Use ProMdlRetrieve() to get the handle again.

Synopsis
#include <ProDwgtable.h>
ProErrorProDrawingMerge(
ProDrawing drawing
/* (In)
drawing handle
*/
ProDrawing merge_drawing
/* (In)
The drawing handle to be merged.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe function failed

Manual References:

  1. Drawings: Merge Drawings

Sample Code References:

  1. pt_examples ( TestDrawing.c )