Description | ||||||||||||||
Returns the name of the template view where the error occurred. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProDrawing.h> | ||||||||||||||
ProError | ProDwgcreateErrViewNameGet | ( | ||||||||||||
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 | ||||||||||||||
|