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

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