Routines (alphabetical) > Routines: H > HDF Routines > HDF_VD_INSERT

HDF_VD_INSERT

The HDF_VD_INSERT procedure adds a VData or VGroup to the contents of a VGroup in an HDF file.

Syntax

HDF_VD_INSERT, VGroup, VData [, POSITION=variable]

Arguments

VGroup

The VGroup handle returned by a previous call to HDF_VG_ATTACH.

VData

The VData (or VGroup) handle returned by HDF_VD_ATTACH (HDF_VG_ATTACH).

Keywords

POSITION

Set this keyword to return the entry position of the element (VData or VGroup, respectively) within the existing VGroup to which you are adding.

Version History

 

4.0

Introduced