Skip Navigation Links.

H5P Class

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

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

Syntax

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

Type.createClass(
	'HDF5DotNet.H5P');

Inheritance Hierarchy

Object
  HDF5DotNet..::..H5P

See Also