Deletes the given pin from the plugin

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

Syntax

C#
void DeletePin(
	IPluginIO Pin
)

Parameters

Pin
Type: VVVV.PluginInterfaces.V1..::..IPluginIO
The pin to be deleted

See Also