H5T.open opens a named datatype at the location specified by
groupOrFileId and returns an identifier for the datatype.
groupOrFileId is
either a file or group identifier. The identifier should
eventually be closed by calling H5Tclose to release resources.
http://www.hdfgroup.org/HDF5/doc/RM/RM_H5T.html
Namespace:
HDF5DotNet
Assembly:
HDF5DotNet (in HDF5DotNet.dll)
Syntax
JavaScript |
---|
HDF5DotNet.H5T.open = function(groupOrFileId, datatypeName, accessPropertyList); |
Return Value
a vaild H5DataTypeId for the opened data type
Exceptions
See Also