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 bridge. Corresponds to the function definition tag of the bridge's connections.
    Syntax
    public int Type {get;}
    public:
    property int Type {
       int get();
    }
    Remarks
    Note: if the bridge contains segments of many types, the type of the bridge itself is undetermined (the property returns -1).
    See Also