|
Scientific Data Formats: Hierarchical Data Format - HDF5 |
|
The H5G_CREATE function creates a new empty group and gives it a name.
Result = H5G_CREATE(Loc_id, Name)
Result is the group identifier for the open group; this group identifier should be closed by calling H5G_CLOSE when it is no longer needed.
An integer giving the identifier of the file or group.
A string giving the name of the new group.
None
See the example under H5F_CREATE.
IDL Online Help (March 06, 2007)