Obtains an HDF file annotation, either label or description.
Help If present and nonzero, lists the usage for this routine.
Isfirst Specifies whether to select the first or next label or description. Values for Isfirst are:
Usage If present and nonzero, lists the usage for this routine. (Same as the Help keyword.)
status = HDFGETFILEANN (testfile, $ Description=newdesc) IF (status EQ FAIL) THEN $
MESSAGE,'Failed HDFGETFILEANN with'+$ 'Description.'
PRINT, STRING (newdesc)
Also refer to the following routines in the HDF Reference Manual:
For a complete list of the HDF convenience routines, refer to Chapter 1, Functional Summary of Routines.