Eplan Platform API
Eplan.EplApi.HEServices Namespace / ConnectionService Class / SwapSourceAndTarget Method
Connection object.

In This Topic
    SwapSourceAndTarget Method (ConnectionService)
    In This Topic
    Exchanges the source and target properties of given connection.
    Syntax
    public void SwapSourceAndTarget( 
       Connection connection
    )
    public:
    void SwapSourceAndTarget( 
       Connection^ connection
    ) 

    Parameters

    connection
    Connection object.
    Exceptions
    ExceptionDescription
    Thrown if connection parameter is null value.
    See Also