Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]

H5A_GET_SPACE


Syntax | Return Value | Arguments | Keywords | Version History | See Also

The H5A_GET_SPACE function returns the identifier number of a copy of the dataspace for an attribute.

Syntax

Result = H5A_GET_SPACE(Attribute_id)

Return Value

Returns an integer representing the dataspace's identifier. This identifier can be released with the H5S_CLOSE.

Arguments

Attribute_id

An integer representing the attribute's identifier to be queried.

Keywords

None.

Version History

Introduced 5.6

See Also

H5A_GET_NAME, H5A_GET_TYPE, H5S_CLOSE


Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]