Previous Scientific Data Formats: Hierarchical Data Format Next

HDF_VD_SEEK

Syntax | Arguments | Keywords | Version History

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

4.0
Introduced

  IDL Online Help (March 06, 2007)