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

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