Home | Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]

HDF_VG_GETID


Syntax | Return Value | Arguments | Keywords | Examples | Version History

The HDF_VG_GETID function returns the VGroup ID for the next VGroup after the specified VGroup_id in an HDF file. Use a VGroup_id of -1 to get the first VGroup in the file.

Syntax

Result = HDF_VG_GETID(FileHandle, VGroup_id)

Return Value

Returns the next VGroup ID.

Arguments

FileHandle

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

VGroup_id

The VGroup reference number, generally obtained by HDF_VG_GETID or HDF_VG_LONE.

Keywords

None.

Examples

See HDF_SDinterface_idTOREF for an example using this function.

Version History

Introduced: 4.0


Home | Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]