The HDF_VD_GET procedure is a general VData inquiry routine. Set the various keywords to named variables to return information about a VData in a Hierarchical Data Format file.
Set this keyword to a named variable in which the class name of the VData is returned as a string.
Set this keyword to a named variable in which a long, containing the number of records in the VData, is returned.
Set this keyword to a named variable in which a comma-separated string of fields in the VData is returned (e.g.,
'PX,PY,PZ'
)
The maximum number of fields is 256 (except on the Macintosh, where it is 64). Each field can be up to 128 characters in length. The returned fields may or may not contain buffering whitespace depending on how the HDF file was created.
Set this keyword to a named variable in which a string, containing either
'FULL_INTERLACE'
or
'NO_INTERLACE'
, is returned.
Set this keyword to a named variable in which a string, containing the name of the VData, is returned.
Set this keyword to a named variable in which a long, containing the number of fields in the VDATA, is returned. For example, the VData containing the fields "PX,PY,PZ", has an NFIELDS of 3.