Documentación de la API > Drawings and detail > Object ProDwgcreate > Function ProDwgcreateErrSheetGet
Function ProDwgcreateErrSheetGet
Description
Returns the drawing sheet number where the error occurred.
Synopsis
#include <ProDrawing.h>
ProDwgcreateErrSheetGet
(
ProDrawing drawing
/* (In)
The instantiated drawing
*/
/* (In)
The errors table.
*/
int error_num
/* (In)
The error number.
*/
int* sheet_num
/* (Out)
The sheet number.
*/
)
Returns
The function successfully returned the sheet number.
The errors argument is invalid.
The error specified by error_num was not found.
The error specified by error_num was the wrong type for a sheet number.
User Guide References
¿Fue esto útil?