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

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

    Parameters

    strProjectName
    Full link file name of the 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.
    Remarks
    The specified project may be open in EPLAN or not. If the project is not opened from the beginning, it will be opened for the search process and will be closed subsequently.
    See Also