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

InternalConnections Property
Array of Terminal.ConnectionInfo representing connections assigned to this Terminal which are connected over internal connection points. None of those connections are bridge connections.
Syntax
public Terminal.ConnectionInfo[] InternalConnections {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