|
Scientific Data Formats: Hierarchical Data Format |
|
The HDF_VD_LONE function returns an array containing all VDatas in an HDF file that are not contained in another VData.
Result = HDF_VD_LONE( FileHandle [, MAXSIZE=value] )
Returns any lone VDatas within an array. If there are no lone VDatas, HDF_VD_LONE returns -1.
The HDF file handle returned from a previous call to HDF_OPEN.
The maximum number of groups to be returned (the default is to return all known lone VDatas). For example, to return only the first 12 groups: