The Fortran name of this function is NhlFFrame.
This function first updates and then clears the drawing area of an instance of a Workstation object.
#include <ncarg/hlu/hlu.h> #include <hfile for Workstation class object> NhlErrorTypes NhlFrame( int workid )
subroutine NhlFFrame(workid, ierr) integer workid, ierr
Type name: NhlTErrorTypes Definition: typedef enum _NhlErrType{ NhlFATAL = -4, /* "FATAL" */ NhlWARNING = -3, /* "WARNING" */ NhlINFO = -2, /* "INFO" */ NhlNOERROR = -1 /* "NOERROR" */ } NhlErrorTypes;
Value | Meaning --------+------------------------------------------------- NOERROR | function successful --------+------------------------------------------------- INFO | minor recoverable error --------+------------------------------------------------- WARNING | recoverable error --------+------------------------------------------------- FATAL | function failed; continuing the program | may result in core dump
NG4.1 Home, Index, Examples, Glossary, Feedback, Ref Contents, Ref WhereAmI?