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

In This Topic
    CONNECTION_HAS_DISTRIBUTOR(Int32) Property
    In This Topic
    Connection splicers exist # 31139. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue CONNECTION_HAS_DISTRIBUTOR( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CONNECTION_HAS_DISTRIBUTOR {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    This property is read-only..

    Shows whether connection passes through at least one connection splicer. This property can be used as a filter criterion for connection lists.

    See Also