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
6.3 |
Introduced |