Table of Contents

Method GetVisualizerElement

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

GetVisualizerElement(ExpressionBuilder)

Returns the InspectBuilder instance that should be used to visualize the specified workflow element.

public static InspectBuilder GetVisualizerElement(ExpressionBuilder builder)

Parameters

builder ExpressionBuilder

The ExpressionBuilder for which to retrieve the visualizer element.

Returns

InspectBuilder

The InspectBuilder instance that should be used to visualize the specified workflow element.

Exceptions

ArgumentNullException

builder is null.