Eplan Platform API
Eplan.EplApi.DataModel.EObjects Namespace / Terminal.Bridge Class / Type Property

In This Topic
    Type Property (Terminal.Bridge)
    In This Topic
    A type of the jumper. Corresponds to the function definition tag of the jumper's connections.
    Syntax
    public int Type {get;}
    public:
    property int Type {
       int get();
    }
    Remarks
    Note: if the jumper contains segments of many types, the type of the jumper itself is undetermined (the property returns -1).
    See Also