API Help
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetPlacementsWithCF Method
a custom filter object implementing ICustomFilter

In This Topic
    GetPlacementsWithCF Method
    In This Topic
    Returns all objects of classes Placement and inherited from Placement, except Page, which matches to given filter.
    Syntax
    public Placement[] GetPlacementsWithCF( 
       ICustomFilter filter
    )
    public:
    array<Placement^>^ GetPlacementsWithCF( 
       ICustomFilter^ filter
    ) 

    Parameters

    filter
    a custom filter object implementing ICustomFilter

    Return Value

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