Documentación de la API > Drawings and detail > Object ProDwgcreate > Function ProDwgcreateErrViewNameGet
Function ProDwgcreateErrViewNameGet
Description
Returns the name of the template view where the error occurred.
Synopsis
#include <ProDrawing.h>
ProDwgcreateErrViewNameGet
(
ProDrawing drawing
/* (In)
The instantiated drawing
*/
/* (In)
The errors table.
*/
int error_num
/* (In)
The error number.
*/
ProName template_view_name
/* (Out)
The view template name.
*/
)
Returns
The function successfully returned the view template name.
The errors argument is invalid.
The error specified by error_num was not found.
The error specified by error_num was the wrong type for a view name.
User Guide References
¿Fue esto útil?