ILNumerics Ultimate VS

H5AttributeCollection Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
This class handles collections of attributes on HDF5 objects in ILNumerics.IO.HDF5.

[ILNumerics HDF5 Module]

Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public propertyCount
Public propertyFile
The HDF5 file this object is originated from.

[ILNumerics HDF5 Module]

(Inherited from H5Object.)
Public propertyH5Type
The type of the object. This always returns Attribute.

[ILNumerics HDF5 Module]

(Overrides H5ObjectH5Type.)
Public propertyIsReadOnly
Public propertyItemInt32
Public propertyItemString
Public propertyKeys
Public propertyName
Gets the local name of the object, i.e. the last segment from the absolute path

[ILNumerics HDF5 Module]

(Inherited from H5Object.)
Public propertyNameEncoding
Gets the local object name encoding type.

[ILNumerics HDF5 Module]

(Inherited from H5Object.)
Public propertyPath
Unique object identifier, commonly the absolute path to the object in the HDF5 file

[ILNumerics HDF5 Module]

(Inherited from H5Object.)
Top
Methods

  NameDescription
Public methodAdd(H5Attribute)
Adds a new data attribute to the set of existing attributes.

[ILNumerics HDF5 Module]

Public methodAdd(H5StringAttribute)
Adds a new string attribute to the existing set of attributes.

[ILNumerics HDF5 Module]

Public methodAdd(String, H5Attribute)
Public methodClear
Public methodContains
Public methodContainsKey
Public methodCopyTo
Public methodEquals (Inherited from H5Object.)
Public methodGetHashCode (Inherited from H5Object.)
Public methodRemove(String)
Public methodRemove(H5Attribute)
Public methodToString (Inherited from H5Object.)
Top
Fields

  NameDescription
Protected fieldm_address (Inherited from H5Object.)
Protected fieldm_file (Inherited from H5Object.)
Protected fieldm_path (Inherited from H5Object.)
Top
Extension Methods

  NameDescription
Public Extension MethodGetH5ID
Retrieves the object ID used to identify the object within the HDF5 file ///

[ILNumerics HDF5 Module]

(Defined by Helper.)
Top
Remarks

[ILNumerics HDF5 Module]

See Also

Reference