ILNumerics - Technical Application Development
Top
The H5Group type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Attributes |
Access to the collection of attributes for this object
[ILNumerics HDF5 Module] | |
| Count | (Inherited from H5CollectionT.) | |
| Datasets |
Gets the collection of datasets contained within this group node by walking the subtree recursively
[ILNumerics HDF5 Module] | |
| Datatypes |
Gets a collection of all data type definitions within the subtree below this group
[ILNumerics HDF5 Module] | |
| File |
The HDF5 file this object is originated from.
(Inherited from H5Object.)[ILNumerics HDF5 Module] | |
| Groups |
Gets a collection of all groups contained within the subtree below this group
[ILNumerics HDF5 Module] | |
| H5Type |
The type of the node: H5NodeTypes.Group
(Overrides H5ObjectH5Type.)[ILNumerics HDF5 Module] | |
| IsReadOnly | (Inherited from H5CollectionT.) | |
| Item |
Gets an object by name / key or creates a hardlink to it
[ILNumerics HDF5 Module] | |
| Name |
Gets the local name of the object, i.e. the last segment from the absolute path
(Inherited from H5Object.)[ILNumerics HDF5 Module] | |
| NameEncoding |
Gets the local object name encoding type.
(Inherited from H5Object.)[ILNumerics HDF5 Module] | |
| Path |
Unique object identifier, commonly the absolute path to the object in the HDF5 file
(Inherited from H5Object.)[ILNumerics HDF5 Module] |
See Also