Eplan Platform API
Eplan.EplApi.DataModel Namespace / MergedConnection Class / MergedObjects Property

In This Topic
    MergedObjects Property (MergedConnection)
    In This Topic
    Returns an array of Connections covered by this merged connection.
    Syntax
    public Connection[] MergedObjects {get;}
    public:
    property array<Connection^>^ MergedObjects {
       array<Connection^>^ get();
    }

    Property Value

    An array of objects covered by this merged connection
    Exceptions
    ExceptionDescription
    Thrown when object wasn't created.
    See Also