The HDF_VD_SEEK procedure moves the read pointer within the specified VData in an HDF file to a specific record number. Note that the record number is zero-based.
Syntax
HDF_VD_SEEK, VData, Record
Arguments
VData
A VData handle returned by HDF_VD_ATTACH.
Record
The zero-based record number to seek.
Keywords
None
Version History