Eplan Platform API
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class / CONNECTION_SWAP_SRC_DEST Property / CONNECTION_SWAP_SRC_DEST Property

In This Topic
    CONNECTION_SWAP_SRC_DEST Property
    In This Topic
    Exchange source and target # 31013.
    Syntax
    public PropertyValue CONNECTION_SWAP_SRC_DEST {get; set;}
    public:
    property PropertyValue^ CONNECTION_SWAP_SRC_DEST {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    The source and target of a connection are determined by the device tag of the connected functions. Using this property, you can reverse the direction of the individual connection on the connection.

    See Also