API Help
Eplan.EplApi.HEServices Namespace / Search Class / GetSearchDBEntries Method / GetSearchDBEntries(Project,UInt32,UInt32) 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.

GetSearchDBEntries(Project,UInt32,UInt32) Method
Returns objects from a list of search results.
Syntax

Parameters

pProject
Project of which the results list entries will be returned.
nStartIndex
Start list index of the objects to return. 0 means objects starting with the first list position are returned.
nCount
Maximum 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.
\Internal interface for search could not be created.
The method finished with errors.
See Also