API Help
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetPlacements Method
a PlacementsFilter, can be null

In This Topic
    GetPlacements Method
    In This Topic
    This function takes objects of classes Placement and inherited from Placement except Page 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 Eplan.EplApi.DataModel.Graphics.PropertyPlacement.
    Syntax
    public Placement[] GetPlacements( 
       PlacementsFilter filter
    )
    public:
    array<Placement^>^ GetPlacements( 
       PlacementsFilter^ filter
    ) 

    Parameters

    filter
    a PlacementsFilter, can be null

    Return Value

    * Placements matching given PlacementsFilter. * all Placements when filter is null.
    Exceptions
    ExceptionDescription
    Thrown when internal used query throw exception.
    See Also