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

ClearSearchDB(Project) Method
Clears the list of search results.
Syntax
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