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

In This Topic
    GetPagesWithCF Method
    In This Topic
    Returns Eplan.EplApi.DataModel.Pages matching the given filter.
    Syntax
    public Page[] GetPagesWithCF( 
       ICustomFilter filter
    )
    public:
    array<Page^>^ GetPagesWithCF( 
       ICustomFilter^ filter
    ) 

    Parameters

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

    Return Value

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