Documentación de la API > Drawings and detail > Object ProDrawing > Function ProDrawingSheetsCount
Function ProDrawingSheetsCount
Description
Returns the total number of sheets in the specified drawing.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingSheetsCount
(
ProDrawing drawing
/* (In)
The drawing
*/
int* n_sheets
/* (Out)
A positive integer representing the sheet number.
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
Sample Code References
User Guide References
¿Fue esto útil?