Eplan Platform API
Eplan.EplApi.DataModel.EObjects Namespace / TerminalStrip Class / Bridges_Split Property

In This Topic
    Bridges_Split Property
    In This Topic
    Returns an array of all bridges connected to terminals of the terminal strip.
    Syntax
    public Terminal.Bridge[] Bridges_Split {get;}
    public:
    property array<Terminal.Bridge^>^ Bridges_Split {
       array<Terminal.Bridge^>^ get();
    }
    Exceptions
    ExceptionDescription
    Thrown when the internal interface cannot be initialized
    Thrown when implementation of requested interface isn't found.
    Thrown when internal function fails.
    Remarks
    This property returns similar result as the Bridges property, but 'vertical' and 'horizontal' bridges are returned separately. 'Vertical' bridge is a bridge that connects parts of one multi-level terminal. 'Horizontal' bridge is a bridge that connects different multi-level terminals (or just different terminals in case of single level terminals).
    See Also