Allows a plugin to create/update an Enum with vvvv

Namespace: VVVV.PluginInterfaces.V2
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
public static void UpdateEnum(
	string enumName,
	string defaultEntry,
	string[] enumEntries
)

Parameters

enumName
Type: System..::..String
The enums name.
defaultEntry
Type: System..::..String
The enums default value.
enumEntries
Type: array<System..::..String>[]()[][]
An array of strings that specify the enums entries.

See Also