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

Bridges_NotOptimized Property
Returns an array of bridge segments groups connected to all terminals of the terminal strip
Syntax
public Terminal.Bridge[] Bridges_NotOptimized {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