i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > visual > IBrushSet > set

    visual.IBrushSet.set() method

    Sets the brush index for multiple records.

    Signature:

    set(entries: Iterable<[app.RecordSpecifier, BrushIndex]>): void;
    

    Introduced: version 1.9

    Parameters

    Parameter Type Description
    entries Iterable<[app.RecordSpecifier, BrushIndex]> An iterable of [record, index] tuples for multiple records.

    Returns:

    void

    Exceptions

    Error if one or more of the records do not exist on the chart.

    In this article
    Back to top © N. Harris Computer Corporation