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

In This Topic
    Bridges_NotOptimized Property
    In This Topic
    Returns an array of bridge segments groups connected to all terminals of the terminal strip
    Syntax
    public Terminal.Bridge[] Bridges_NotOptimized {get;}
    public:
    property array<Terminal.Bridge^>^ Bridges_NotOptimized {
       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
    The result is the same as iterating through all terminals of the strip and collecting the bridges returned by the Terminal.Bridges property of each terminal. Using this property, however, is more efficient in terms of performance.
    See Also