Used to set the SubType of an Enum pin. Should only be called once immediately after the pin has been created in IPlugin.SetPluginHost.

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

Syntax

C#
void SetSubType(
	string enumName
)

Parameters

enumName
Type: System..::..String
Name of the Enum type to set to the pin. If the given name is not yet registered with vvvv a new type with this name is created. Using IPluginHost.UpdateEnum a newly created Enum can be filled with custom entries.

See Also