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 the dataspace’s identifier. This identifier can be released with the H5S_CLOSE .
An integer representing the attribute’s identifier to be queried.
None
5.6 |
Introduced |