|
Scientific Data Formats: Hierarchical Data Format - HDF5 |
|
The H5D_GET_SPACE function returns an identifier number for a copy of the dataspace for a dataset.
Result = H5D_GET_SPACE(Dataset_id)
Returns the dataspace's identifier. This identifier can be released with the H5S_CLOSE.
An integer representing the dataset's identifier to be queried.
None
H5S_CLOSE, H5D_GET_STORAGE_SIZE, H5D_GET_TYPE
IDL Online Help (March 06, 2007)