
Replacement in Object TOOLKIT: |

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. */ ) |

The function successfully added the sheet to the model. | |
Model is in read-only state. | |
The function failed because of an internal error. | |
One of the arguments is bad (NULL or invalid). | |
The function failed because you do not have the required modules. | |
The function did nothing because the model already has the maximum number of sheets allowed. |


