Skip Navigation Links.

H5G Class

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

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

Syntax

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

Type.createClass(
	'HDF5DotNet.H5G');

Inheritance Hierarchy

Object
  HDF5DotNet..::..H5G

See Also