Skip Navigation Links.

H5D Class

The H5D contains static member function for each of the supported H5D calls of the HDF5 library. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5D.html

Namespace:  HDF5DotNet
Assembly:  HDF5DotNet (in HDF5DotNet.dll)

Syntax

Visual Basic
Public NotInheritable Class H5D
C#
public sealed class H5D
Visual C++
public ref class H5D sealed
JavaScript
HDF5DotNet.H5D = function();

Type.createClass(
	'HDF5DotNet.H5D');

Inheritance Hierarchy

Object
  HDF5DotNet..::..H5D

See Also