API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / PART_TERMINAL_ADDITIONALLENGTHDEFAULT Property / PART_TERMINAL_ADDITIONALLENGTHDEFAULT(Int32) Property

In This Topic
    PART_TERMINAL_ADDITIONALLENGTHDEFAULT(Int32) Property
    In This Topic
    Additional length (default) # 22942. This property isn't indexed.
    Syntax
    public MDPropertyValue PART_TERMINAL_ADDITIONALLENGTHDEFAULT( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ PART_TERMINAL_ADDITIONALLENGTHDEFAULT {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    Remarks

    This property is used if no additional length has been entered for the individual connection point in the connection point pattern. Specifies the default value for the additional length of the connection point arrangement.

    See Also