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

In This Topic
    PART_TERMINAL_TYPEDEFAULT(Int32) Property
    In This Topic
    Wire termination processing (EPLAN Cabinet, default) # 22947. This property isn't indexed.
    Syntax
    public PropertyValue PART_TERMINAL_TYPEDEFAULT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PART_TERMINAL_TYPEDEFAULT {
       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 only required for reasons of compatibility with EPLAN Cabinet. It is used if no wire termination processing has been entered for the individual connection point in the connection point pattern. Shows how the end of the connection is handled, for example with stripping or crimping. Is entered in parts management for connection points and specifies the default value for a group of connection points.

    0 = Undefined

    1 = Cut

    2 = Strip

    3 = Crimp

    4 = Other

    from 5 = User-defined.

    See Also