HDF_VD_FIND

The HDF_VD_FIND function returns the reference number of a VData with the specified name in a Hierarchical Data Format file. A 0 is returned if an error occurs or a VData of the given name does not exist.

Calling Sequence

Result = HDF_VD_FIND( FileHandle, Name )

Arguments

FileHandle

The HDF file handle returned from a previous call to HDF_OPEN.

Name

A string containing the name of the VData to be found.