Skip Navigation Links.

TableFieldInfo Class

Object returned from H5TB.getFieldInfo. Properties include the name of each field, the size of each field, offset of each field, and type size of each field.

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

Syntax

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

Type.createClass(
	'HDF5DotNet.TableFieldInfo');

Inheritance Hierarchy

Object
  HDF5DotNet..::..TableFieldInfo

See Also