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

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

    Property Value

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