Description | |||||||||||||||||
Adds a sheet to a drawing-type model. The valid drawing-type models are as follows: Notebook, Format, Drawing, Diagram, Report. | |||||||||||||||||
Replacement in Object TOOLKIT: | pfcSheetOwner::AddSheet | ||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProDrawing.h> | |||||||||||||||||
ProError | ProDrawingSheetCreate | ( | |||||||||||||||
ProDrawing drawing | |||||||||||||||||
/* (In) | |||||||||||||||||
The drawing-type model. | |||||||||||||||||
*/ | |||||||||||||||||
int* new_sheet | |||||||||||||||||
/* (Out) | |||||||||||||||||
The number of the sheet, if the function successfully created it. Otherwise, this is -1. | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|