API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_TERMINAL_JUMPERBAR Property / FUNC_TERMINAL_JUMPERBAR(Int32) Property

In This Topic
    FUNC_TERMINAL_JUMPERBAR(Int32) Property
    In This Topic
    Saddle jumper option # 20808. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_TERMINAL_JUMPERBAR( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_TERMINAL_JUMPERBAR {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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