ILNumerics Ultimate VS

H5Attribute Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
HDF5 Attribute objects help to create, read and manage attributes on HDF5 objects.

[ILNumerics HDF5 Module]

Inheritance Hierarchy

SystemObject
  ILNumerics.IO.HDF5H5Object
    ILNumerics.IO.HDF5H5Attribute
      ILNumerics.IO.HDF5H5StringAttribute

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 H5Attribute : H5Object

The H5Attribute type exposes the following members.

Constructors

  NameDescription
Public methodH5Attribute
Constructs a new attribute, providing the name and the data array to be stored inside the attribute.

[ILNumerics HDF5 Module]

Top
Properties

  NameDescription
Public propertyClass
Gets the HDF5 class of the base type used to store the elements.

[ILNumerics HDF5 Module]

Public propertyFile
The HDF5 file this object is originated from.

[ILNumerics HDF5 Module]

(Inherited from H5Object.)
Public propertyH5Type
Returns Attribute.

[ILNumerics HDF5 Module]

(Overrides H5ObjectH5Type.)
Public propertyName
The name of the attribute. This corresponds to the last sub-segment of the path used to identify the attribute in the object hierarchy.

[ILNumerics HDF5 Module]

(Overrides H5ObjectName.)
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.)
Public propertySize
Gets the size of the attribute (number and length of the dimensions).

[ILNumerics HDF5 Module]

Top
Methods

  NameDescription
Public methodEquals (Inherited from H5Object.)
Public methodGetT
Retrieve attribute value as ILNumerics array.

[ILNumerics HDF5 Module]

Public methodGetHashCode (Inherited from H5Object.)
Public methodSetT
Modify the content of this attribute.

[ILNumerics HDF5 Module]

Public methodToString (Inherited from H5Object.)
Top
Operators

  NameDescription
Public operatorStatic member(Double to H5Attribute)
Public operatorStatic member(Int32 to H5Attribute)
Public operatorStatic member(Single to H5Attribute)
Public operatorStatic member(String to H5Attribute)
Public operatorStatic member(BaseArray to H5Attribute)
Top
Fields

  NameDescription
Protected fieldm_address (Inherited from H5Object.)
Protected fieldm_baseType4lazyCreation
Internal storage type of the attributes elements, used during creation only.
Protected fieldm_data4lazyCreation
Internal storage of the attribute data, used during creation only.
Protected fieldm_file (Inherited from H5Object.)
Protected fieldm_name
Internal storage of the name, used during creation only.
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