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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	id As Integer _
)
C#
public H5Id (
	int id
)
C++
public:
H5Id (
	int id
)

Parameters

id (Int32)
is an HDF5 library-generated identification number that serves as a unique indentifier.

Remarks

This is the only constructor used to create an H5Id. It can only be invoked by HDF5DotNet library functions.