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

In This Topic
    CONNECTION_WIRING_PATH_PRESETTING(Int32) Property
    In This Topic
    Layout space: Routing track specification # 31094. This property isn't indexed.
    Syntax
    public PropertyValue CONNECTION_WIRING_PATH_PRESETTING( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CONNECTION_WIRING_PATH_PRESETTING {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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