HDF5CloseGroup
HDF5CloseGroup [ /Z ] groupID
The HDF5CloseGroup operation closes an HDF5 group that you opened via HDFCreateGroup or HDF5OpenGroup.
If you do not call HDF5CloseGroup, any groups that you opened in a particular file are closed when you close the file using HDF5CloseFile.
Parameters
groupID is the group ID that you received from HDFCreateGroup or HDF5OpenGroup.
Flags
| /Z | Suppress error generation. Use this if you want to handle errors yourself. | |
Output Variables
HDF5CloseGroup sets the following output variable:
| V_Flag | Set to zero if the operation succeeds, non-zero if it fails. | |