API Help
Eplan.EplApi.DataModel.Topology Namespace / SegmentPropertyList Class / CABLINGSEGMENT_CONNECTIONFILTER Property / CABLINGSEGMENT_CONNECTIONFILTER(Int32) Property

In This Topic
    CABLINGSEGMENT_CONNECTIONFILTER(Int32) Property
    In This Topic
    Topology: Connection filter # 20247. This property isn't indexed.
    Syntax
    public PropertyValue CABLINGSEGMENT_CONNECTIONFILTER( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CABLINGSEGMENT_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 during routing to control which connections may be routed through which routing track (routing paths and routing points). Connection filters are taken into account only if the "Topology: Routing track specification" (ID 31119) property has not been activated.

    See Also