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

H5A_GET_TYPE


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

The H5A_GET_TYPE function returns the identifier number of a copy of the datatype for an attribute.

Syntax

Result = H5A_GET_TYPE(Attribute_id)

Return Value

Returns an integer representing the datatype identifier. This identifier should be released with the H5T_CLOSE.

Arguments

Attribute_id

An integer representing the attribute identifier to be queried.

Keywords

None.

Version History

Introduced 5.6

See Also

H5A_GET_SPACE, H5A_GET_NAME, H5T_CLOSE


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