API Help
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class / CONNECTION_SWAP_SRC_DEST Property / CONNECTION_SWAP_SRC_DEST(Int32) Property

In This Topic
    CONNECTION_SWAP_SRC_DEST(Int32) Property
    In This Topic
    Exchange source and target # 31013. This property isn't indexed.
    Syntax
    public PropertyValue CONNECTION_SWAP_SRC_DEST( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CONNECTION_SWAP_SRC_DEST {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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