Category Sketches and sections, Object ProSecerror

Function ProSecerrorCount


Description
Counts the number of entries in the table of section-solving and regeneration errors.
Synopsis
#include <ProSecerror.h>
ProErrorProSecerrorCount(
ProWSecerror* PUserErr
/* (In)
A pointer to the errors table
*/
int* r_count
/* (Out)
The number of entries in the table
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully counted the number of entries.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Element Trees: Sections: Error Reporting
  2. Element Trees: Sections: Error Reporting

Sample Code References:

  1. pt_examples ( TestSecerr.c )
  2. pt_examples ( UtilSect.c )
  3. pt_examples ( UtilSect.c )
  4. pt_userguide ( Ug3DSection.c )
  5. pt_userguide ( UgSectModelCreate.c )
  6. pt_userguide ( UgSktFirstFeatureCreate.c )
  7. pt_userguide ( UgSktFirstFeatureCreate.c )
  8. pt_userguide ( UgSktFirstFeatureRevCreate.c )
  9. pt_userguide ( UgSktFirstFeatureRevCreate.c )