|
Scientific Data Formats: Hierarchical Data Format - HDF5 |
|
The H5T_ENUM_VALUEOF function retrieves the value of a member of an enumeration datatype corresponding to the specified name.
Result = H5T_ENUM_VALUEOF(Datatype_id, Name)
Returns an integer containing the value that corresponds to the specified name.
A long integer containing the identifier of the enumeration datatype.
A string containing the name of the datatype member for which the value should be returned.
None
H5T_ENUM_CREATE, H5T_ENUM_NAMEOF
IDL Online Help (March 06, 2007)