Category Drawings and detail, Object ProDwgcreate

Function ProDwgcreateErrTypeGet


Description
Returns the type of a drawing creation error.
Synopsis
#include <ProDrawing.h>
ProErrorProDwgcreateErrTypeGet(
ProDwgcreateErrs errors
/* (In)
The errors table.
*/
int error_num
/* (In)
The error number.
*/
ProDwgcreateErrType* type
/* (Out)
The error type.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully found error and initialized type
PRO_TK_BAD_INPUTSThe errors argument is invalid.
PRO_TK_E_NOT_FOUNDThe error specified by error_num was not found.

Manual References:

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