|
Scientific Data Formats: Hierarchical Data Format - HDF5 |
|
The H5T_GET_MEMBER_TYPE function returns the datatype identifier for a specified member within a compound datatype.
Result = H5T_GET_MEMBER_TYPE(Datatype_id, Member)
Returns the datatype identifier. This identifier should be closed using H5T_CLOSE.
An integer representing the datatype's identifier to be queried.
An integer representing the member index, starting at zero.
None
H5T_GET_MEMBER_CLASS, H5T_GET_MEMBER_NAME, H5T_GET_MEMBER_OFFSET, H5T_CLOSE, H5T_GET_NMEMBERS
IDL Online Help (March 06, 2007)