Eplan Platform API
Eplan.EplApi.HEServices Namespace / Search Class / Project Method / Project(Project,String) Method
Project for which the search is conducted.
Text to search for.

In This Topic
    Project(Project,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
    public void Project( 
       Project pProject,
       string searchString
    )
    public:
    void Project( 
       Project^ pProject,
       String^ searchString
    ) 

    Parameters

    pProject
    Project for which the search is conducted.
    searchString
    Text to search for.
    Exceptions
    ExceptionDescription
    Thrown if null was passed as an argument.
    Thrown in case of invalid arguments, e.g. the project is not valid.
    \Internal interface for search could not be created.
    The search finished with errors.
    See Also