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.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDwgtable.h>
ProDrawingMerge
(
ProDrawing drawing
/* (In)
drawing handle
*/
ProDrawing merge_drawing
/* (In)
The drawing handle to be merged.
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more input arguments was invalid.
The function failed
Sample Code References
User Guide References
Was this helpful?