HDF_VD_ISVG

The HDF_VD_ISVG function returns True (1) if the object associated with Id is a VGroup in a Hierarchical Data Format file.

Calling Sequence

Result = HDF_VG_ISVG( VGroup, Id )

Arguments

VGroup

The VGroup handle returned by a previous call to HDF_VG_ATTACH.

Id

The VGroup or VData reference number obtained by a previous call to HDF_VG_GETNEXT.

Example

Vid = HDF_VD_GETNEXT(Vgrp, -1)

PRINT, HDF_VD_ISVG(VGrp, Vid)