Eplan Platform API
Eplan.EplApi.HEServices Namespace / ConnectionService3D Class / SwapSourceAndTarget Method
Connection3D object.

In This Topic
    SwapSourceAndTarget Method (ConnectionService3D)
    In This Topic
    Exchanges the source and target properties of given connection3D.
    Syntax
    public void SwapSourceAndTarget( 
       Connection3D connection3D
    )
    public:
    void SwapSourceAndTarget( 
       Connection3D^ connection3D
    ) 

    Parameters

    connection3D
    Connection3D object.
    Exceptions
    ExceptionDescription
    Thrown if connection3D parameter is null value.
    See Also