|
Scientific Data Formats: Hierarchical Data Format - HDF5 |
|
The H5T_GET_MEMBER_INDEX function retrieves the index of a specified member of a compound or enumeration datatype.
Result = H5T_GET_MEMBER_INDEX(Datatype_id, Field_name)
Returns an integer containing the index of the specified datatype member.
A long integer containing the identifier of the compound or enumeration datatype.
A string containing the name of the field or element for which the index will be returned.
None
H5T_ENUM_CREATE, H5T_GET_MEMBER_VALUE
IDL Online Help (March 06, 2007)