Home | Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]

H5D_GET_SPACE


Syntax | Return Value | Arguments | Keywords | Version History | See Also

The H5D_GET_SPACE function returns an identifier number for a copy of the dataspace for a dataset.

Syntax

Result = H5D_GET_SPACE(Dataset_id)

Return Value

Returns an integer representing the dataspace's identifier. This identifier can be released with the H5S_CLOSE.

Arguments

Dataset_id

An integer representing the dataset's identifier to be queried.

Keywords

None.

Version History

Introduced 5.6

See Also

H5S_CLOSE, H5D_GET_STORAGE_SIZE, H5D_GET_TYPE


Home | Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]