The Fortran name of this function is NhlFDraw.
This function is used to make an HLU graphical object draw.
#include <ncarg/hlu/hlu.h> NhlErrorTypes NhlDraw( int obj_id )
subroutine NhlFDraw(obj_id, ierr) integer obj_id, ierr
Type name: NhlTErrorTypes Definition: typedef enum _NhlErrType{ NhlFATAL = -4, /* "FATAL" */ NhlWARNING = -3, /* "WARNING" */ NhlINFO = -2, /* "INFO" */ NhlNOERROR = -1 /* "NOERROR" */ } NhlErrorTypes;
Value | Meaning --------+------------------------------------------------- NOERROR | Object was drawn with no errors. --------+------------------------------------------------- INFO | Object was drawn, but there was some | recoverable error. --------+------------------------------------------------- WARNING | Object was drawn, but the output may not | be correct. --------+------------------------------------------------- FATAL | The function was unable to draw the | object. Either the object is not in a | drawable state, or the object is not | a graphical object.
NG4.1 Home, Index, Examples, Glossary, Feedback, Ref Contents, Ref WhereAmI?