Eplan Platform API
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class / CONNECTION_CABLING_DISTRIBUTOR Property / CONNECTION_CABLING_DISTRIBUTOR(Int32) Property

In This Topic
    CONNECTION_CABLING_DISTRIBUTOR(Int32) Property
    In This Topic
    Topology: Connection splicers passed through (sorted) # 31137.
    Syntax
    public PropertyValue CONNECTION_CABLING_DISTRIBUTOR( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CONNECTION_CABLING_DISTRIBUTOR {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Property is indexed. Possible indexes are from 1 to 20.

    Outputs the DTs of the connection splicers which pass through the connection at a routing connection. The individual connection splicers are differentiated in the order from source to target through the index. This property can be used in reports.

    See Also