The H5A_GET_SPACE function returns the identifier number of a copy of the dataspace for an attribute.
Result = H5A_GET_SPACE(Attribute_id)
Returns an integer representing the dataspace's identifier. This identifier can be released with the H5S_CLOSE.
An integer representing the attribute's identifier to be queried.
None.
Introduced 5.6
H5A_GET_NAME, H5A_GET_TYPE, H5S_CLOSE