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

In This Topic
    FirstWinner Property (MergedConnection)
    In This Topic
    Returns the first object covered by this merged connection.
    Syntax
    public StorableObject FirstWinner {get;}
    public:
    property StorableObject^ FirstWinner {
       StorableObject^ get();
    }
    Exceptions
    ExceptionDescription
    Thrown when object wasn't created.
    See Also