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

In This Topic
    CONNECTION_WIRING_PATH_PRESETTING Property
    In This Topic
    Layout space: Routing track specification # 31094.
    Syntax
    public PropertyValue CONNECTION_WIRING_PATH_PRESETTING {get; set;}
    public:
    property PropertyValue^ CONNECTION_WIRING_PATH_PRESETTING {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    This property stores routing paths and routing ranges that a routed connection in the layout space has to run through. This has priority over all other defaults.

    This property is extended in each case to include routing paths and routing ranges to which a connection is pulled. If the connection is pulled away from a routing path or routing range entered here, the routing path / routing range will be removed from the property.

    See Also