Function ProDwgcreateErrViewGet
Description
Synopsis
#include <ProDrawing.h>
ProDwgcreateErrViewGet
(
ProDrawing drawing
/* (In)
The instantiated drawing
*/
/* (In)
The errors table.
*/
int error_num
/* (In)
The error number.
*/
ProView* view
/* (Out)
The view, or NULL if the view was not created at all.
*/
)
Returns
The function successfully returned the view.
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.
User Guide References
これは役に立ちましたか?