public Connection[] InterconnectDevices( ArrayList arrPinsSource, ArrayList arrPinsTarget, Function cable )
public: array<Connection^>^ InterconnectDevices( ArrayList^ arrPinsSource, ArrayList^ arrPinsTarget, Function^ cable )
Parameters
- arrPinsSource
- List of pins. Sources of the new connections.
- arrPinsTarget
- List of pins. Targets of the new connections.
- cable
- Cable whose free wires are taken to connect the pins.
Return Value
Array of new created connectionsEplan.EplApi.DataModel.Connection.