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

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is used if no connection dimension has been entered for the individual connection point in the connection point pattern. In this property, you can enter the measurement of the screw (e.g., M6) or of the lug (e.g., 4.8x0.5) for screw connections, threads, nipples, and plug-in connections.

    See Also