public Terminal.ConnectionInfo[] ExternalConnections {get;}
public: property array<Terminal.ConnectionInfo^>^ ExternalConnections { array<Terminal.ConnectionInfo^>^ get(); }
Terminal
which are connected over external connection points. None of those connections are bridge connections.public Terminal.ConnectionInfo[] ExternalConnections {get;}
public: property array<Terminal.ConnectionInfo^>^ ExternalConnections { array<Terminal.ConnectionInfo^>^ get(); }
Exception | Description |
---|---|
System.InvalidOperationException | Thrown when interface cannot be initialized or it cannot return functions. |
System.NotImplementedException | Thrown when implementation of requested interface isn't found. |
Eplan.EplApi.Base.BaseException | Thrown when internal function fails. |