API Help
Eplan.EplApi.DataModel Namespace / ConnectionDefinitionPointPropertyList Class / CDP_CON_SWAP_SRC_DEST Property / CDP_CON_SWAP_SRC_DEST(Int32) Property

In This Topic
    CDP_CON_SWAP_SRC_DEST(Int32) Property
    In This Topic
    Associated connections: Exchange source and target # 31036. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue CDP_CON_SWAP_SRC_DEST( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CDP_CON_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

    This property is read-only..

    This property is no longer in use and only taken into consideration in old projects. On a connection definition point, this shows the corresponding property of the connection running below the connection definition point.

    See Also