ILNumerics - Technical Application Development
Top
The H5Attribute type exposes the following members.
Properties
Name | Description | |
---|---|---|
Class |
Gets the HDF5 class of the base type used to store the elements.
[ILNumerics HDF5 Module] | |
File |
The HDF5 file this object is originated from.
(Inherited from H5Object.)[ILNumerics HDF5 Module] | |
H5Type |
Returns Attribute.
(Overrides H5ObjectH5Type.)[ILNumerics HDF5 Module] | |
Name |
The name of the attribute. This corresponds to the last sub-segment of the path used to identify the attribute in the object hierarchy.
(Overrides H5ObjectName.)[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] | |
Size |
Gets the size of the attribute (number and length of the dimensions).
[ILNumerics HDF5 Module] |
See Also