API Help
Eplan.EplApi.DataModel.EObjects Namespace / Terminal Class / ExternalConnections Property

ExternalConnections Property
Array of Terminal.ConnectionInfo representing connections assigned to this Terminal which are connected over external connection points. None of those connections are bridge connections.
Syntax
public Terminal.ConnectionInfo[] ExternalConnections {get;}
Exceptions
ExceptionDescription
Thrown when interface cannot be initialized or it cannot return functions.
Thrown when implementation of requested interface isn't found.
Thrown when internal function fails.
See Also