Eplan Platform API
Eplan.EplApi.HEServices Namespace / Search Class / AddToSearchDB Method / AddToSearchDB(StorableObject) Method

In This Topic
    AddToSearchDB(StorableObject) Method
    In This Topic
    Adds an object to the search database. The search database specified in the settings is used.
    Syntax
    public void AddToSearchDB( 
       StorableObject pObject
    )
    public:
    void AddToSearchDB( 
       StorableObject^ pObject
    ) 

    Parameters

    Parameter NameDescription
    pObject
    Exceptions
    ExceptionDescription
    Thrown if NULL was passed as an argument.
    Thrown in case of invalid arguments, e.g. the project is not valid or does not exist.
    Thrown if the internal interface for the search could not be created.
    Thrown if the search finished with errors.
    See Also