ILNumerics - Technical Application Development
Assembly: ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
for A.
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
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 remove the attribute by providing
null
[ILNumerics HDF5 Module]
See Also