Eplan Platform API
Eplan.EplApi.HEServices Namespace / ConnectionService Class / InterconnectDevices Method / InterconnectDevices(ArrayList,ArrayList) Method
List of pins. Sources of the new connections.
List of pins. Targets of the new connections.

In This Topic
    InterconnectDevices(ArrayList,ArrayList) 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.

    Return Value

    Array of new created connectionsEplan.EplApi.DataModel.Connection.
    Exceptions
    ExceptionDescription
    An internal interface necessary for the function could not be created.
    Remarks
    Without parameter "cable", the new Connections are not of type "wire in cable"
    See Also