|
Scientific Data Formats: Hierarchical Data Format - HDF5 |
|
The H5T_GET_MEMBER_NAME function retrieves the name of a compound or enumeration datatype member.
Result = H5T_GET_MEMBER_NAME(Datatype_id, Member)
Returns a string containing the name of the specified datatype member.
A long integer containing the identifier of the compound or enumeration datatype.
An integer containing the member index. Member indices are zero-based.
None
H5T_GET_MEMBER_CLASS, H5T_GET_MEMBER_OFFSET, H5T_GET_MEMBER_TYPE, H5T_GET_NMEMBERS
IDL Online Help (March 06, 2007)