Allows a plugin to create/update an Enum with vvvv

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

Syntax

C#
void UpdateEnum(
	string EnumName,
	string Default,
	string[] EnumEntries
)

Parameters

EnumName
Type: System..::..String
The Enums name.
Default
Type: System..::..String
The Enums default value.
EnumEntries
Type: array<System..::..String>[]()[][]
An array of strings that specify the enums entries.

See Also