Table of Contents

Method GetVariable

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

GetVariable(string)

Resolves a named runtime variable to the slot that currently defines it.

public SlotRef GetVariable(string varName)

Parameters

varName string

The variable name to resolve.

Returns

SlotRef

The slot registered for the variable, or Pinwheel.Vista.Graph.SlotRef.invalid when the variable is missing or the name is empty.