[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Close a data set.
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Sub close ( _ id As H5DataSetId _ ) |
| C# |
|---|
public static void close ( H5DataSetId id ) |
| C++ |
|---|
public: static void close ( H5DataSetId^ id ) |
Parameters
- id (H5DataSetId)
- IN: Id of data set to close.
Exceptions
| Exception | Condition |
|---|---|
| HDF5DotNet.H5DcloseException | throws H5DcloseException if close fails |