
NCL Home >
Documentation >
HLUs >
API
NhlDestroy
The Fortran name of this function is NhlFDestroy.This function is used to destroy an HLU object.
C synopsis
#include <ncarg/hlu/hlu.h> NhlErrorTypes NhlDestroy( int obj_id )
Fortran synopsis
subroutine NhlFDestroy(obj_id, ierr) integer obj_id, ierr
Arguments
- obj_id (input)
- Identifies the HLU object to destroy. Returned from the NhlCreate function.
- ierr (output, Fortran only)
- Error code.
Types
Type name: NhlTErrorTypes Definition: typedef enum _NhlErrType{ NhlFATAL = -4, /* "FATAL" */ NhlWARNING = -3, /* "WARNING" */ NhlINFO = -2, /* "INFO" */ NhlNOERROR = -1 /* "NOERROR" */ } NhlErrorTypes;