Table of Contents

Method GetArg

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

GetArg(int)

Returns one execution argument by its well-known key.

public Args GetArg(int id)

Parameters

id int

The argument key, typically one of the constants defined in Args.

Returns

Args

The stored argument payload, or the default Args value when the key is not present in this context.