Eplan Platform API
Eplan.EplApi.DataModel.MasterData Namespace / WindowMacro Class / TopLevelObjects Property

In This Topic
    TopLevelObjects Property
    In This Topic
    Returns all Eplan.EplApi.DataModel.Placements, with no parent.
    Syntax
    public Placement[] TopLevelObjects {get;}
    public:
    property array<Placement^>^ TopLevelObjects {
       array<Placement^>^ get();
    }

    Property Value

    Eplan.EplApi.DataModel.Placement
    Remarks
    This array include Eplan.EplApi.DataModel.Group objects.
    See Also