Function ProDrawingSheetCopy
Description
Create a copy of a drawing sheet.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
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
The function succeeded.
One or more input arguments was invalid.
Invalid model type specified.
Drawing can't be modified.
Drawing sheet copy attempt failed.
Sample Code References
User Guide References
これは役に立ちましたか?