ILNumerics - Technical Application Development
SystemObject
ILNumerics.IO.HDF5H5Object
ILNumerics.IO.HDF5H5AttributeCollection
Assembly: ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Top
Top
Top
Top
This class handles collections of attributes on HDF5 objects in ILNumerics.IO.HDF5.
[ILNumerics HDF5 Module]
Inheritance Hierarchy
ILNumerics.IO.HDF5H5Object
ILNumerics.IO.HDF5H5AttributeCollection
Namespace: ILNumerics.IO.HDF5
Assembly: ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
public class H5AttributeCollection : H5Object, ICollection<H5Attribute>, IEnumerable<H5Attribute>, IEnumerable
The H5AttributeCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Count | |
![]() | File |
The HDF5 file this object is originated from.
(Inherited from H5Object.)[ILNumerics HDF5 Module] |
![]() | H5Type |
The type of the object. This always returns Attribute.
(Overrides H5ObjectH5Type.)[ILNumerics HDF5 Module] |
![]() | IsReadOnly | |
![]() | ItemInt32 | |
![]() | ItemString | |
![]() | Keys | |
![]() | 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] |
Methods
Name | Description | |
---|---|---|
![]() | Add(H5Attribute) |
Adds a new data attribute to the set of existing attributes.
[ILNumerics HDF5 Module] |
![]() | Add(H5StringAttribute) |
Adds a new string attribute to the existing set of attributes.
[ILNumerics HDF5 Module] |
![]() | Add(String, H5Attribute) | |
![]() | Clear | |
![]() | Contains | |
![]() | ContainsKey | |
![]() | CopyTo | |
![]() | Equals | (Inherited from H5Object.) |
![]() | GetHashCode | (Inherited from H5Object.) |
![]() | Remove(String) | |
![]() | Remove(H5Attribute) | |
![]() | ToString | (Inherited from H5Object.) |
Fields
Name | Description | |
---|---|---|
![]() | m_address | (Inherited from H5Object.) |
![]() | m_file | (Inherited from H5Object.) |
![]() | m_path | (Inherited from H5Object.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | GetH5ID |
Retrieves the object ID used to identify the object within the HDF5 file
///
(Defined by Helper.)[ILNumerics HDF5 Module] |
Remarks
[ILNumerics HDF5 Module]
See Also