ILNumerics Ultimate VS

H5StringAttributeSetT Method (BaseArrayT)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Modify the content of this attribute.

[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 override void Set<T>(
	BaseArray<T> A
)

Parameters

A
Type: ILNumericsBaseArrayT
Array with new values for the attribute content.

Type Parameters

T
Remarks

Elementary properties for attribute objects in HDF5 cannot change after creation. This is a limitation of the HDF5 API. Among those properties are the shape and the type of the attribute - which is basically a n-dimensional array. Hence, if A does not match the shape or the type of the existing attribute it will be removed and subsequently recreated with the new shape and element type of A.

This method can be used to change the content of the

[ILNumerics HDF5 Module]

See Also

Reference