The Reference interface allows the user to create references to specific objects
and data regions in an HDF5 file.
Namespace:
HDF5DotNet
Assembly:
HDF5DotNet (in HDF5DotNet.dll)
Syntax
Visual Basic |
---|
Public NotInheritable Class H5R |
C# |
---|
public sealed class H5R |
Visual C++ |
---|
public ref class H5R sealed |
JavaScript |
---|
HDF5DotNet.H5R = function();
Type.createClass(
'HDF5DotNet.H5R'); |
Inheritance Hierarchy
Object
HDF5DotNet..::..H5R
See Also