Eplan Platform API
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetPlacements Method
A Eplan.EplApi.DataModel.PlacementsFilter, can be NULL

In This Topic
    GetPlacements Method
    In This Topic
    This function takes all objects of the Placement class and all classes that inherit from Placement except Eplan.EplApi.DataModel.Page objects and filters them with the given filter.
    This method does not return embedded objects (like for example Eplan.EplApi.DataModel.Graphics.Shielding).
    This method does not return PropertyPlacements.
    Syntax
    public Placement[] GetPlacements( 
       PlacementsFilter filter
    )
    public:
    array<Placement^>^ GetPlacements( 
       PlacementsFilter^ filter
    ) 

    Parameters

    filter
    A Eplan.EplApi.DataModel.PlacementsFilter, can be NULL

    Return Value

    Exceptions
    ExceptionDescription
    Thrown if internally used query throws exception.
    See Also