Eplan Platform API
Eplan.EplApi.DataModel Namespace / Page Class / AllFirstLevelPlacements Property

In This Topic
    AllFirstLevelPlacements Property
    In This Topic
    All Placements including Groups placed on this page. They are not filtered. All returned Placements are placed directly on this page. This method does not return embedded objects (like for example Eplan.EplApi.DataModel.Graphics.Shielding).
    Syntax
    public Placement[] AllFirstLevelPlacements {get;}
    public:
    property array<Placement^>^ AllFirstLevelPlacements {
       array<Placement^>^ get();
    }

    Property Value

    All Placements from the page.
    Exceptions
    ExceptionDescription
    Thrown when the page is transient.
    See Also