Table of Contents

Class H5Attribute

Namespace
PureHDF
Assembly
PureHDF.dll

An attribute.

public class H5Attribute
Inheritance
H5Attribute
Derived

Constructors

H5Attribute(object, ulong[]?, H5OpaqueInfo?)

Initializes a new instance of the H5Attribute class.

public H5Attribute(object data, ulong[]? dimensions = null, H5OpaqueInfo? opaqueInfo = null)

Parameters

data object

The attribute data.

dimensions ulong[]

The attribute dimensions.

opaqueInfo H5OpaqueInfo

Set this paramter to a non-null value to treat data of type byte[] as opaque.