Table of Contents

Method LinkToVariable

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll

LinkToVariable(SlotRef, string)

Marks a slot as forwarding to a named variable instead of using its original upstream slot directly.

public void LinkToVariable(SlotRef slotRef, string varName)

Parameters

slotRef SlotRef

The slot whose data source should resolve through a named variable.

varName string

The registered variable name to resolve at read time.

Remarks

This indirection is used by the Get/Set Variable node pair and by bypassed nodes that preserve a pass-through connection through the variable system.

Exceptions

ArgumentException

Thrown when varName is null or empty.