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

DeleteKeyword Method
Deletes keyword.
Syntax
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