public Connection[] InterconnectDevices( ArrayList arrPinsSource, ArrayList arrPinsTarget )
public: array<Connection^>^ InterconnectDevices( ArrayList^ arrPinsSource, ArrayList^ arrPinsTarget )
Parameters
- arrPinsSource
- List of pins. Sources of the new connections.
- arrPinsTarget
- List of pins. Targets of the new connections.
Return Value
Array of new created connectionsEplan.EplApi.DataModel.Connection.