Eplan Platform API
Eplan.EplApi.HEServices Namespace / Search Class / Page Method / Page(Page,String,String) Method
Page for which the search is conducted.
Text to search for.
Filter scheme. When null is passed no filter scheme is used.

In This Topic
    Page(Page,String,String) Method
    In This Topic
    Searches on the specified page for a search string. The search settings will influence the result. The found object will be written to the active list of results.
    Syntax

    Parameters

    pPage
    Page for which the search is conducted.
    searchString
    Text to search for.
    strFilterScheme
    Filter scheme. When null is passed no filter scheme is used.
    Exceptions
    ExceptionDescription
    Thrown if null was passed as an argument.
    Thrown in case of invalid arguments, e.g. the page is not valid.
    \Internal interface for search could not be created.
    The search finished with errors.
    See Also