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

In This Topic
    Bridges Property (TerminalStrip)
    In This Topic
    Returns an array of all bridges connected to terminals of the terminal strip.
    Syntax
    public Terminal.Bridge[] Bridges {get;}
    public:
    property array<Terminal.Bridge^>^ Bridges {
       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
    Bridge segments of the same kind and type which connect at least one common terminal are grouped together and are returned as one bridge with many segments. (Note: a segment represents two terminals connected by a single bridge connection.)
    See Also