
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
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 Home, Index, Examples, Glossary, Feedback, Ref Contents, Ref WhereAmI?