
The Fortran name of this function is NhlFDestroy.
This function is used to destroy an HLU object.
#include <ncarg/hlu/hlu.h> NhlErrorTypes NhlDestroy( int obj_id )
subroutine NhlFDestroy(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 destroyed with no errors. --------+------------------------------------------------- INFO | Object was destroyed and there was some | recoverable error. --------+------------------------------------------------- WARNING | Object was destroyed and there was some | unrecoverable error. --------+------------------------------------------------- FATAL | Unable to destroy object. Invalid obj_id.NOTE: Since this is a recursive function, these error codes may actually be for a child of the specified object.
NG4.1 Home, Index, Examples, Glossary, Feedback, Ref Contents, Ref WhereAmI?