Skip Navigation Links.

H5GInfo Class

An instance of H5GInfo is returned from H5G.getInfo. It contains properties that provide the link storage type, the number of links, and the current maximum creation order for the group.

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

Syntax

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

Type.createClass(
	'HDF5DotNet.H5GInfo');

Inheritance Hierarchy

Object
  HDF5DotNet..::..H5GInfo

See Also