Eplan Platform API
Eplan.EplApi.HEServices Namespace / ConnectionService Class / InterconnectDevices Method / InterconnectDevices(ArrayList,ArrayList,Function) Method
List of pins. Sources of the new connections.
List of pins. Targets of the new connections.
Cable whose free wires are taken to connect the pins.

In This Topic
    InterconnectDevices(ArrayList,ArrayList,Function) Method
    In This Topic
    Interconnect devices like in dialog "Interconnect devices".
    Syntax

    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.
    Exceptions
    ExceptionDescription
    An internal interface necessary for the function could not be created.
    See Also