Method SetAttribute
member SetAttribute: string * string * 'T -> unit
Set attribute value on an HDF5 object.
Declaration
member SetAttribute: name:string * atrName:string * value:'T -> unit
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | HDF5 path to operate on. |
| string | atrName | Name of the attribute. |
| 'T | value | Value to set attribute to. |
Type Parameters
| Name | Description |
|---|---|
| 'T | Type of the attribute value. |