API Help
Eplan.EplApi.DataModel Namespace / MergedFunction Class / MergedObjects Property

In This Topic
    MergedObjects Property (MergedFunction)
    In This Topic
    Returns an array of StorableObjects covered by this merged function.
    Syntax
    public StorableObject[] MergedObjects {get;}
    public:
    property array<StorableObject^>^ MergedObjects {
       array<StorableObject^>^ get();
    }

    Property Value

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