API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_DISTRIBUTOR_CONNECTED_CONNPOINTS Property / FUNC_DISTRIBUTOR_CONNECTED_CONNPOINTS(Int32) Property

In This Topic
    FUNC_DISTRIBUTOR_CONNECTED_CONNPOINTS(Int32) Property
    In This Topic
    Continuous connection between the connection points # 20331. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_DISTRIBUTOR_CONNECTED_CONNPOINTS( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_DISTRIBUTOR_CONNECTED_CONNPOINTS {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Specifies at a connection splicer the connection points between which a continuous connection can run. Possible values are:

    0 = None

    1 = 1;2

    2 = 1;3

    3 = 1;4

    4 = 2;3

    5 = 2;4

    6 = 3;4

    7 = 1;2 / 3;4

    8 = 1;3 / 2;4

    9 = 1;4 / 2;3

    See Also