|
Scientific Data Formats: Hierarchical Data Format - HDF5 |
|
The H5G_GET_MEMBER_NAME function retrieves the name of an object within a group, by its zero-based index.
| Note This function is not part of the standard HDF5 interface, but is provided as a programming convenience. The H5Giterate() C function is used to retrieve the name. |
Result = H5G_GET_MEMBER_NAME(Loc_id, Name, Index)
Returns a string containing the object's name.
An integer representing the identifier of the file or group.
A string representing the name of the group in which to retrieve the member name.
An integer representing the zero-based index of the object for which to retrieve the name.
None
IDL Online Help (March 06, 2007)