The H5G_GET_MEMBER_NAME function retrieves the name of an object within a group, by its zero-based index.
| Note |
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.
Introduced 5.6