HDF_VD_SEEK

The HDF_VD_SEEK procedure moves the read pointer within the specified VData in a Hierarchical Data Format file to a specific record number. Note that the record number is zero-based.

Calling Sequence

HDF_VD_SEEK, VData, Record

Arguments

VData

A VData handle returned by HDF_VD_ATTACH.

Record

The zero-based record number to seek.