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

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

    Property Value

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