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

In This Topic
    ExternalConnections Property
    In This Topic
    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;}
    public:
    property array<Terminal.ConnectionInfo^>^ ExternalConnections {
       array<Terminal.ConnectionInfo^>^ 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