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

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

    Parameters

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

    Return Value

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