|
Scientific Data Formats: Hierarchical Data Format - HDF5 |
|
The H5A_OPEN_NAME function opens an existing attribute by the name of that attribute within an HDF5 file.
Result = H5A_OPEN_NAME(Loc_id, Name)
Returns the attribute's identifier number.
An integer representing the identifier of the group, dataset, or named datatype containing the attribute within.
A string representing the name of the attribute to be accessed.
None
IDL Online Help (March 06, 2007)