[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: HDF5DotNet (HDF5DotNet)
H5Id identifies an H5 object.
base class for all classes that provide hid_t to the unmanaged HDF5 API.
Namespace: HDF5DotNet
Assembly: HDF5DotNet (HDF5DotNet)
Syntax
| Visual Basic (Declaration) |
|---|
Public Class H5Id |
| C# |
|---|
public class H5Id |
| C++ |
|---|
public ref class H5Id |
Remarks
Only HDF5 library routines may
create an H5Id. Application programmers use instances of H5Id that
are returned from HDF5 library calls for subsequent calls.
Keeping the H5Id class implemented as an abstract data type provides
the opportunity for future source-compatible library upgrades.
Remarks
H5Id simply stores the hid_t id used by the unmanaged HDF5 API.
Subclasses of this base class provide type saftey.