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
dataobjectThe attribute data.
dimensionsulong[]The attribute dimensions.
opaqueInfoH5OpaqueInfoSet this paramter to a non-null value to treat data of type byte[] as opaque.