IInputPinGetOutgoingConnections Method
Gets the outgoing connections for this input pin
Definition
Namespace: Articy.Unity.Interfaces
Assembly: ArticyRuntime (in ArticyRuntime.dll) Version: 1.3.1
a list of all connections, inside the Owner going out of the current pin.
Assembly: ArticyRuntime (in ArticyRuntime.dll) Version: 1.3.1
C#
List<IOutgoingConnection> GetOutgoingConnections()Return Value
ListIOutgoingConnectiona list of all connections, inside the Owner going out of the current pin.
Remarks
Its important to understand that in articy some objects can be "submerged" like flow fragments. That means that an input pin can have outgoing connections, which are the connections found inside a submerged node, simply turning their input pins into output pins.