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

In This Topic
    CONNECTION_DISTRIBUTORS Property
    In This Topic
    Connection splicers passed through # 31136.
    Syntax
    public PropertyValue CONNECTION_DISTRIBUTORS {get; set;}
    public:
    property PropertyValue^ CONNECTION_DISTRIBUTORS {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Outputs the DTs of the connection splicers which pass through the connection. The individual values are separated by a semicolons and sorted alphanumerically. This property can be used in reports.

    See Also