Description | |||||||||||
Returns the name of the model entity which was not found or invalid. This function is valid for the following error types: PRODWGCRTERR_SAVED_VIEW_DOESNT_EXIST PRODWGCRTERR_X_SEC_DOESNT_EXIST PRODWGCRTERR_EXPLODE_DOESNT_EXIST PRODWGCRTERR_SEC_NOT_PERP PRODWGCRTERR_SEC_NOT_PARALLEL PRODWGCRTERR_SIMP_REP_DOESNT_EXIST | |||||||||||
Synopsis | |||||||||||
#include <ProDrawing.h> | |||||||||||
ProError | ProDwgcreateErrObjNameGet | ( | |||||||||
ProDrawing drawing | |||||||||||
/* (In) | |||||||||||
The instantiated drawing | |||||||||||
*/ | |||||||||||
ProDwgcreateErrs errors | |||||||||||
/* (In) | |||||||||||
The errors table. | |||||||||||
*/ | |||||||||||
int error_num | |||||||||||
/* (In) | |||||||||||
The error number. | |||||||||||
*/ | |||||||||||
ProName inv_obj_name | |||||||||||
/* (Out) | |||||||||||
The name of the invalid object, or NULL, if not applicable to this error type. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|