Skip Navigation Links.

H5TB Class

The H5TB contains static member function for each of the supported H5TB calls of the HDF5 library. http://www.hdfgroup.org/HDF5/doc/HL/RM_H5TB.html

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

Syntax

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

Type.createClass(
	'HDF5DotNet.H5TB');

Inheritance Hierarchy

Object
  HDF5DotNet..::..H5TB

See Also