Description | |||||||||||||||||
Create a copy of a drawing sheet. | |||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProDrawing.h> | |||||||||||||||||
ProError | ProDrawingSheetCopy | ( | |||||||||||||||
ProDrawing drawing | |||||||||||||||||
/* (In) | |||||||||||||||||
The drawing handle. Set this to NULL for the current drawing. | |||||||||||||||||
*/ | |||||||||||||||||
int sheet_to_copy | |||||||||||||||||
/* (In) | |||||||||||||||||
The sheet number of the sheet to create a copy of. Set this to a value less than 1 for the current sheet. | |||||||||||||||||
*/ | |||||||||||||||||
int* sheet_copy | |||||||||||||||||
/* (Out) | |||||||||||||||||
The sheet number of the copy. | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|