Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDTranslationDatabase Class / DeleteKeyword Method
Text to search for.
Language used for searching.

In This Topic
    DeleteKeyword Method
    In This Topic
    Deletes keyword.
    Syntax
    public bool DeleteKeyword( 
       string strText,
       ISOCode.Language eLang
    )
    public:
    bool DeleteKeyword( 
       String^ strText,
       ISOCode.Language eLang
    ) 

    Parameters

    Parameter NameDescription
    strTextText to search for.
    eLangLanguage used for searching.

    Return Value

    True if operation was sucessfully completed.
    Exceptions
    ExceptionDescription
    Thrown in case of an error. Please refer to the exception message.
    See Also