Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_TERMINAL_JUMPERBAR Property / FUNC_TERMINAL_JUMPERBAR Property

In This Topic
    FUNC_TERMINAL_JUMPERBAR Property
    In This Topic
    Saddle jumper option # 20808.
    Syntax
    public PropertyValue FUNC_TERMINAL_JUMPERBAR {get; set;}
    public:
    property PropertyValue^ FUNC_TERMINAL_JUMPERBAR {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Indicates the saddle jumper option:

    0 = Automatic

    1 = Manual, start of jumper

    2 = Manual, center of jumper

    3 = Manual, end of jumper

    4 = No automatic jumper

    5 = Automatic, start of jumper

    6 = Automatic, end of jumper.

    The settings for automatic saddle jumpers are only available for terminals. The settings for manual saddle jumpers are only available for pins.

    See Also