[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Releases and terminates access to a dataspace.

Syntax

Visual Basic (Declaration)
Public Shared Sub close ( _
	id As H5DataSpaceId _
)
C#
public static void close (
	H5DataSpaceId id
)
C++
public:
static void close (
	H5DataSpaceId^ id
)

Parameters

id (H5DataSpaceId)
Identifier of dataspace to release.