API Help
Eplan.EplApi.DataModel Namespace / ConnectionPointsInfoPropertyList Class / PART_TERMINAL_TYPEOFTERMINAL_DEFAULT Property / PART_TERMINAL_TYPEOFTERMINAL_DEFAULT(Int32) Property

In This Topic
    PART_TERMINAL_TYPEOFTERMINAL_DEFAULT(Int32) Property
    In This Topic
    Connection category (default) # 22968. This property isn't indexed.
    Syntax
    public PropertyValue PART_TERMINAL_TYPEOFTERMINAL_DEFAULT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PART_TERMINAL_TYPEOFTERMINAL_DEFAULT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    This property is used if no connection category has been entered for the individual connection point in the connection point pattern. Specifies the connection point type of a connection more precisely:

    0 = Undefined

    1 = Screw clamp connection single

    2 = Screw clamp connection double

    3 = Cage clamp connection

    4 = Insulation-displacement connection

    5 = Screw-type connection (Ring or U cable lug)

    6 = Ferrule connection (cable lug)

    7 = Plug connection

    8 = Solder connection

    9 = Plug-in connection (Fluid)

    10 = Nipple

    11 = Internal thread

    12 = External thread

    13 = Compression nut

    14 = Compression fitting

    15 = User-defined.

    See Also