Returns a list of connected pins. For Inputs this is a maximum of one.

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

Syntax

C#
IViewableCollection<IPin2> ConnectedPins { get; }

See Also