Category Drawings and detail, Object ProDwgcreate

Function ProDwgcreateErrSheetGet


Description
Returns the drawing sheet number where the error occurred.
Synopsis
#include <ProDrawing.h>
ProErrorProDwgcreateErrSheetGet(
ProDrawing drawing
/* (In)
The instantiated drawing
*/
ProDwgcreateErrs errors
/* (In)
The errors table.
*/
int error_num
/* (In)
The error number.
*/
int* sheet_num
/* (Out)
The sheet number.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully returned the sheet number.
PRO_TK_BAD_INPUTSThe errors argument is invalid.
PRO_TK_E_NOT_FOUNDThe error specified by error_num was not found.
PRO_TK_INVALID_TYPEThe error specified by error_num was the wrong type for a sheet number.

Manual References:

  1. Drawings: Diagnosing Drawing Creation Errors
  2. Drawings: Diagnosing Drawing Creation Errors