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

H5D_OPEN


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

The H5D_OPEN function opens an existing dataset within an HDF5 file.

Syntax

Result = H5D_OPEN(Loc_id, Name)

Return Value

Returns an integer representing the dataset's identifier. This identifier can be released with the H5D_CLOSE.

Arguments

Loc_id

An integer representing the identifier of the file or group containing the dataset.

Name

A string representing the name of the dataset to be accessed.

Keywords

None.

Version History

Introduced 5.6

See Also

H5D_CLOSE


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