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

In This Topic
    GetAllSearchDBEntries 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

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