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#
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