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

H5A_OPEN_NAME


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

The H5A_OPEN_NAME function opens an existing attribute by the name of that attribute within an HDF5 file.

Syntax

Result = H5A_OPEN_NAME(Loc_id, Name)

Return Value

Returns an integer representing the attribute's identifier number.

Arguments

Loc_id

An integer representing the identifier of the group, dataset, or named datatype containing the attribute within.

Name

A string representing the name of the attribute to be accessed.

Keywords

None.

Version History

Introduced 5.6

See Also

H5A_OPEN_IDX, H5A_CLOSE


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