API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList 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 MDPropertyValue PART_TERMINAL_TERMINALSIZE_DEFAULT( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ PART_TERMINAL_TERMINALSIZE_DEFAULT {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type .
    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