|
Scientific Data Formats: Hierarchical Data Format - HDF5 |
|
The H5T_OPEN function opens a named datatype.
Result = H5T_OPEN(Loc_id, Name)
Returns the datatype's identifier number. This identifier can be released with the H5T_CLOSE.
An integer representing the identifier of the file or group containing the datatype.
A string representing the name of the datatype to be accessed.
None
IDL Online Help (March 06, 2007)