API Help
Eplan.EplApi.MasterData Namespace / MDTranslationDatabase Class / FindAllKeywords Method
Keyword to search for.
Language used for searching.
Texts from the found keywords.
Comments from the found keywords.

In This Topic
    FindAllKeywords Method
    In This Topic
    Finds all keywords selected by the searched text in given language.
    Syntax

    Parameters

    strTextToFind
    Keyword to search for.
    eLang
    Language used for searching.
    lstTexts
    Texts from the found keywords.
    lstComments
    Comments from the found keywords.

    Return Value

    Number of found keywords.
    Exceptions
    ExceptionDescription
    Thrown in case of an error. Please refer to the exception message.
    Remarks
    Method finds keywords without exact matching, i.e these having strTextToFind as a part are also added to the result.
    See Also