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

In This Topic
    Project(Project,String,String) Method
    In This Topic
    Searches on the specified project 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

    Parameter NameDescription
    pProjectProject for which the search is conducted.
    searchStringText to search for.
    strFilterSchemeFilter 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 project is not valid.
    Thrown if the internal interface for the search could not be created.
    Thrown if the search finished with errors.
    See Also