Eplan Platform API
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetPlacementsWithCF Method
A custom filter object implementing the Eplan.EplApi.DataModel.ICustomFilter interface

In This Topic
    GetPlacementsWithCF 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.
    Syntax
    public Placement[] GetPlacementsWithCF( 
       ICustomFilter filter
    )
    public:
    array<Placement^>^ GetPlacementsWithCF( 
       ICustomFilter^ filter
    ) 

    Parameters

    filter
    A custom filter object implementing the Eplan.EplApi.DataModel.ICustomFilter interface

    Return Value

    Eplan.EplApi.DataModel.Placements matching the given custom filter
    • All Eplan.EplApi.DataModel.Placements if the filter is NULL
    Exceptions
    ExceptionDescription
    Thrown if internally used query throws exception.
    See Also