API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNCTION3D_ROUTING_CONNECTIONFILTER Property / FUNCTION3D_ROUTING_CONNECTIONFILTER(Int32) Property

In This Topic
    FUNCTION3D_ROUTING_CONNECTIONFILTER(Int32) Property
    In This Topic
    Layout space: Connection filter # 36026. This property isn't indexed.
    Syntax
    public PropertyValue FUNCTION3D_ROUTING_CONNECTIONFILTER( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNCTION3D_ROUTING_CONNECTIONFILTER {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Filter for generating routing path networks. Is used for routing to control which connections may be routed along which routing tracks (channel, manual routing path, routing range, wiring cut-out). Connection filters are taken into account only if the "Layout space: Routing track specification" (ID 31094) property has not been activated.

    See Also