Eplan Platform API
Eplan.EplApi.HEServices Namespace / Search Class / ClearSearchDB Method / ClearSearchDB(Project) Method
Project of which the list of search results will be cleared.

In This Topic
    ClearSearchDB(Project) Method
    In This Topic
    Clears the list of search results.
    Syntax
    public void ClearSearchDB( 
       Project pProject
    )
    public:
    void ClearSearchDB( 
       Project^ pProject
    ) 

    Parameters

    pProject
    Project of which the list of search results will be cleared.
    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 method finished with errors.
    See Also