Previous Scientific Data Formats: Hierarchical Data Format - HDF5 Next

H5A_GET_NAME

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

The H5A_GET_NAME function retrieves an attribute name given the attribute identifier number.

Syntax

Result = H5A_GET_NAME(Attribute_id)

Return Value

Returns a string containing the attribute name.

Arguments

Attribute_id

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

Keywords

None

Version History

5.6
Introduced

See Also

H5A_GET_SPACE, H5A_GET_TYPE

  IDL Online Help (March 06, 2007)