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

Bridges Property (TerminalStrip)
Returns an array of all bridges connected to terminals of the terminal strip.
Syntax
public Terminal.Bridge[] Bridges {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