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

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

    Parameters

    Parameter NameDescription
    pProjectProject 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.
    Thrown if the internal interface for the search could not be created.
    Thrown if the method finished with errors.
    See Also