Table of Contents

Method GetVisualizerMappings

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

GetVisualizerMappings(ExpressionBuilder)

Returns the read-only collection of visualizer mappings that have been assigned to the specified workflow element.

public static IReadOnlyList<VisualizerMapping> GetVisualizerMappings(ExpressionBuilder builder)

Parameters

builder ExpressionBuilder

The ExpressionBuilder for which to retrieve visualizer mappings.

Returns

IReadOnlyList<VisualizerMapping>

The read-only collection of VisualizerMapping objects that have been assigned to the specified workflow element.

Exceptions

ArgumentNullException

builder is null.