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

In This Topic
    CONNECTION_FEEDTHROUGH Property
    In This Topic
    Routed mechanical feedthroughs # 31164.
    Syntax
    public PropertyValue CONNECTION_FEEDTHROUGH {get; set;}
    public:
    property PropertyValue^ CONNECTION_FEEDTHROUGH {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Outputs the DT of the device through which the connection runs as a mechanical feedthrough. This property can be used in reports. If the connection runs through several devices, the individual DTs are output semicolon-separated and alphanumerically sorted.

    See Also