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

In This Topic
    IsVertical Property
    In This Topic
    Returns information whether the bridge is 'vertical', i.e. whether it connects only different levels of the same multi-level terminal. Note: this property is valid only if the bridge object has been obtained through the TerminalStrip.Bridges_Split property of a terminal strip object. Otherwise, this property returns FALSE.
    Syntax
    public bool IsVertical {get;}
    public:
    property bool IsVertical {
       bool get();
    }
    See Also