ILNumerics Ultimate VS

H5AttributeCollectionAdd Method (H5Attribute)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Adds a new data attribute to the set of existing attributes.

[ILNumerics HDF5 Module]

Namespace:  ILNumerics.IO.HDF5
Assembly:  ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public void Add(
	H5Attribute item
)

Parameters

item
Type: ILNumerics.IO.HDF5H5Attribute
The new item attribute to be added.

Implements

ICollectionTAdd(T)
Remarks

[ILNumerics HDF5 Module]

See Also

Reference