Category Drawings and detail, Object ProDwgcreate

Function ProDwgcreateErrViewNameGet


Description
Returns the name of the template view where the error occurred.
Synopsis
#include <ProDrawing.h>
ProErrorProDwgcreateErrViewNameGet(
ProDrawing drawing
/* (In)
The instantiated drawing
*/
ProDwgcreateErrs errors
/* (In)
The errors table.
*/
int error_num
/* (In)
The error number.
*/
ProName template_view_name
/* (Out)
The view template name.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully returned the view template name.
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 view name.

Manual References:

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