Skip Navigation Links.

H5AttributeInfo Members

The H5AttributeInfo type exposes the following members.

Constructors

  NameDescription
Public methodH5AttributeInfo
The constructor takes the parameters returned from H5Aget_info.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertycharacterSet
characterSet indicates the character set used for the attribute's name.
Public propertycreationOrder
creationOrder is a positive integer containing the creation order of the attribute. This value is 0-based, so, for example, the third attribute created will have a corder value of 2.
Public propertycreationOrderValid
creationOrder valid indicates whether the creation order data is valid for this attribute. Note that if creation order is not being tracked, no creation order data will be valid.
Public propertydataSize
dataSize indicates the size, in the number of characters, of the attribute.

See Also