H5G_GET_OBJ_NAME_BY_IDX
Syntax | Return Value | Arguments | Keywords | Version History | See Also
The H5G_GET_OBJ_NAME_BY_IDX function returns a name of an object specified by an index.
Syntax
Result = H5G_GET_OBJ_NAME_BY_IDX(Loc_id, Index)
Return Value
Result is a string containing the name of the object.
Arguments
Loc_id
An integer giving file or group identifier.
Index
An integer index identifying the object.
Keywords
None
Version History