Eplan Platform API
Eplan.EplApi.HEServices Namespace / Search Class / GetAllSearchDBEntries Method / GetAllSearchDBEntries(Project) Method
Project of which the results list entries will be returned.

In This Topic
    GetAllSearchDBEntries(Project) Method
    In This Topic
    \Returns all objects in a list of search results.
    Syntax
    public StorableObject[] GetAllSearchDBEntries( 
       Project pProject
    )
    public:
    array<StorableObject^>^ GetAllSearchDBEntries( 
       Project^ pProject
    ) 

    Parameters

    pProject
    Project of which the results list entries will be returned.

    Return Value

    All found objects.
    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