API Help
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

    strText
    Text to search for.
    eLang
    Language 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