Skip Navigation Links.

H5A Members

The H5A type exposes the following members.

Methods

  NameDescription
Public methodStatic memberclose
Public methodStatic membercreate(H5ObjectWithAttributes, String, H5DataTypeId, H5DataSpaceId)
Creates an attribute attached to a specified object. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5A.html#Annot-Create
Public methodStatic membercreate(H5ObjectWithAttributes, String, H5DataTypeId, H5DataSpaceId, H5PropertyListId)
Creates an attribute attached to a specified object. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5A.html#Annot-Create
Public methodStatic membercreate(H5ObjectWithAttributes, String, H5DataTypeId, H5DataSpaceId, H5PropertyListId, H5PropertyListId)
Creates an attribute attached to a specified object. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5A.html#Annot-Create
Public methodStatic membercreateByName(H5ObjectWithAttributes, String, String, H5DataTypeId, H5DataSpaceId)
Creates an attribute attached to a specified object. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5A.html#Annot-CreateByName
Public methodStatic membercreateByName(H5ObjectWithAttributes, String, String, H5DataTypeId, H5DataSpaceId, H5PropertyListId, H5PropertyListId, H5PropertyListId)
Creates an attribute attached to a specified object. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5A.html#Annot-Create
Public methodStatic memberDelete
Deletes an attribute from a specified location. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5A.html#Annot-Delete
Public methodStatic memberDeleteByName(H5ObjectWithAttributes, String, String)
Removes an attribute from a specified location. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5A.html#Annot-DeleteByName
Public methodStatic memberDeleteByName(H5ObjectWithAttributes, String, String, H5PropertyListId)
Removes an attribute from a specified location. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5A.html#Annot-DeleteByName
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodStatic membergetInfo
Retrieves attribute information, by attribute identifier. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5A.html#Annot-GetInfo
Public methodStatic membergetName
Public methodStatic membergetNameByIndex(H5ObjectWithAttributes, String, H5IndexType, H5IterationOrder, Int64)
Gets an attribute name, by attribute index position http://www.hdfgroup.org/HDF5/doc/RM/RM_H5A.html#Annot-GetNameByIdx
Public methodStatic membergetNameByIndex(H5ObjectWithAttributes, String, H5IndexType, H5IterationOrder, UInt64)
Public methodStatic membergetNameByIndex(H5ObjectWithAttributes, String, H5IndexType, H5IterationOrder, Int64, H5PropertyListId)
Gets an attribute name, by attribute index position http://www.hdfgroup.org/HDF5/doc/RM/RM_H5A.html#Annot-GetNameByIdx
Public methodStatic membergetNameByIndex(H5ObjectWithAttributes, String, H5IndexType, H5IterationOrder, UInt64, H5PropertyListId)
Public methodStatic membergetNumberOfAttributes
Determines the number of attributes attached to an object. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5A.html#Annot-NumAttrs
Public methodStatic membergetSpace
H5Aget_space retrieves a copy of the dataspace for an attribute. The dataspace identifier returned from this function must be released with H5S.close or resource leaks will develop. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5A.html#Annot-GetSpace
Public methodStatic membergetType
Public methodGetType (Inherited from Object.)
Public methodStatic memberiterate(H5ObjectWithAttributes, H5IndexType, H5IterationOrder, Int64%, H5AIterateCallback, Object)
Calls user-defined function for each attribute on an object. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5A.html#Annot-Iterate
Public methodStatic memberiterate(H5ObjectWithAttributes, H5IndexType, H5IterationOrder, Int64%, H5AIterateCallback, Object, H5PropertyListId)
Calls user-defined function for each attribute on an object. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5A.html#Annot-Iterate
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberopen(H5ObjectWithAttributes, String)
Opens an attribute for an object specified by object identifier and attribute name. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5A.html#Annot-Open
Public methodStatic memberopen(H5ObjectWithAttributes, String, H5PropertyListId)
Opens an attribute for an object specified by object identifier and attribute name. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5A.html#Annot-Open
Public methodStatic memberopenByIndex(H5ObjectWithAttributes, String, H5IndexType, H5IterationOrder, Int64)
H5A.openByIndex opens an existing attribute that is attached to an object specified by location and name, loc_id and obj_name, respectively. If loc_id fully specifies the object to which the attribute is attached, obj_name should be '.' (a dot). http://www.hdfgroup.org/HDF5/doc/RM/RM_H5A.html#Annot-OpenByIdx
Public methodStatic memberopenByIndex(H5ObjectWithAttributes, String, H5IndexType, H5IterationOrder, UInt64)
Public methodStatic memberopenByIndex(H5ObjectWithAttributes, String, H5IndexType, H5IterationOrder, Int64, H5PropertyListId)
H5A.openByIndex opens an existing attribute that is attached to an object specified by location and name, loc_id and obj_name, respectively. If loc_id fully specifies the object to which the attribute is attached, obj_name should be '.' (a dot). http://www.hdfgroup.org/HDF5/doc/RM/RM_H5A.html#Annot-OpenByIdx
Public methodStatic memberopenByIndex(H5ObjectWithAttributes, String, H5IndexType, H5IterationOrder, UInt64, H5PropertyListId)
Public methodStatic memberopenByIndex(H5ObjectWithAttributes, String, H5IndexType, H5IterationOrder, Int64, H5PropertyListId, H5PropertyListId)
H5A.openByIndex opens an existing attribute that is attached to an object specified by location and name, loc_id and obj_name, respectively. If loc_id fully specifies the object to which the attribute is attached, obj_name should be '.' (a dot). http://www.hdfgroup.org/HDF5/doc/RM/RM_H5A.html#Annot-OpenByIdx
Public methodStatic memberopenByIndex(H5ObjectWithAttributes, String, H5IndexType, H5IterationOrder, UInt64, H5PropertyListId, H5PropertyListId)
Public methodStatic memberopenByName(H5ObjectWithAttributes, String, String)
Opens an attribute for an object by object name and attribute name. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5A.html#Annot-OpenByName
Public methodStatic memberopenByName(H5ObjectWithAttributes, String, String, H5PropertyListId, H5PropertyListId)
Opens an attribute for an object by object name and attribute name. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5A.html#Annot-OpenByName
Public methodStatic memberopenIndex(H5ObjectWithAttributes, Int32)
Opens the attribute specified by its index. (deprecated in 1.8) http://www.hdfgroup.org/HDF5/doc/RM/RM_H5A.html#Annot-OpenIdx
Public methodStatic memberopenIndex(H5ObjectWithAttributes, UInt32)
Public methodStatic memberopenName
Public methodStatic memberread<(Of <<'(Type>)>>)
Public methodToString (Inherited from Object.)
Public methodStatic memberwrite<(Of <<'(Type>)>>)

See Also