ILNumerics - Technical Application Development
Assembly: ILNumerics.IO.HDF5 (in ILNumerics.IO.HDF5.dll) Version: 5.5.0.0 (5.5.7503.3146)
Constructs a new attribute, providing the name and the data array to be stored inside the 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
- name
- Type: SystemString
Name of the new attribute, used to identify the attribute in the list if attributes. - data
- Type: ILNumericsBaseArray
Data array to be stored in the attribute. - baseType (Optional)
- Type: SystemNullableInt32
[Optional] The HDF base type id used to store the elements of the attribute. Default: null (computed from data).
Remarks
[ILNumerics HDF5 Module]
See Also