Collapse All
Expand All
C#
vvvv45 plugin specification
EnumEntry Constructor
EnumEntry Class
See Also
Send Feedback
Creates an EnumEntry from a specific enum.
Namespace:
VVVV.PluginInterfaces.V2
Assembly:
VVVV.PluginInterfaces
(in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872
Syntax
C#
public
EnumEntry
(
string
enumName
,
int
index
)
Parameters
enumName
Type:
System
.
.
::
.
.
String
The enum name
index
Type:
System
.
.
::
.
.
Int32
Position in enum
See Also
EnumEntry Class
VVVV.PluginInterfaces.V2 Namespace