Category Drawings and detail, Object ProDwgcreate

Function ProDwgcreateErrsCountGet


Description
Returns the number of drawing creation errors in the table.
Synopsis
#include <ProDrawing.h>
ProErrorProDwgcreateErrsCountGet(
ProDwgcreateErrs errors
/* (In)
The errors table.
*/
int* count
/* (Out)
The number of errors in the table.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully counted the number of errors.
PRO_TK_BAD_INPUTSThe argument is invalid.

Manual References:

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