Eplan Platform API
Eplan.EplApi.HEServices Namespace / Search Class / GetSearchDBEntries Method
Project of which the results list entries will be returned.
Start list index of the objects to return. 0 means objects starting with the first list position are returned.
Maximum count of objects to return.

In This Topic
    GetSearchDBEntries Method
    In This Topic
    Returns objects from a list of search results.
    Syntax

    Parameters

    Parameter NameDescription
    pProjectProject of which the results list entries will be returned.
    nStartIndexStart list index of the objects to return. 0 means objects starting with the first list position are returned.
    nCountMaximum count of objects to return.

    Return Value

    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