Returns the name of a given EnumEntry of a given Enum.

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

Syntax

C#
void GetEnumEntry(
	string EnumName,
	int Index,
	out string EntryName
)

Parameters

EnumName
Type: System..::..String
The name of the Enum to get the EntryName of.
Index
Type: System..::..Int32
Index of the EnumEntry.
EntryName
Type: System..::..String%
String representation of the EnumEntry.

See Also