Show / Hide Table of Contents

    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.

    See Also
    member GetAttribute: string * string -> 'T
    member SetRecord: string * 'R -> unit
    Back to top Generated by DocFX