Close an HDF5 attribute

H5Aclose(h5attribute)

Arguments

h5attribute

An object of class H5IdComponent representing a the attribute to be closed. Normally created by H5Aopen() or similar.

See also