The Fortran name of this function is NhlFSetValues.
This function is used to change the resource values of an instance of any HLU object. It is provided as an access function to objects that are Base class.
#include <ncarg/hlu/hlu.h> NhlErrorTypes NhlSetValues( int obj_id, int rlist_id )
subroutine NhlFSetValues(obj_id, rlist_id, ierr) integer obj_id, rlist_id, ierr
Type name: NhlTErrorTypes Definition: typedef enum _NhlErrType{ NhlFATAL = -4, /* "FATAL" */ NhlWARNING = -3, /* "WARNING" */ NhlINFO = -2, /* "INFO" */ NhlNOERROR = -1 /* "NOERROR" */ } NhlErrorTypes;
The NhlGetValues function can be used to retrieve the current resource values of an object.
Value | Meaning --------+------------------------------------------------- NOERROR | Object was modified with no problems. --------+------------------------------------------------- INFO | Error was recoverable - usually indicates | that the programmer passed an invalid | resource name or value. --------+------------------------------------------------- WARNING | Error was recoverable - usually indicates | that there may be some parts of the object | that are not configured properly, and that | a FATAL error may occur at a later time. --------+------------------------------------------------- FATAL | An error occurred such that the object | being modified had to be destroyed to | maintain the integrity of the HLU library.
NG4.1 Home, Index, Examples, Glossary, Feedback, Ref Contents, Ref WhereAmI?