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