Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDTranslationDatabase Class / NotTranslatedWords Property

In This Topic
    NotTranslatedWords Property
    In This Topic
    Gets all not translated words.
    Syntax
    public List<string> NotTranslatedWords {get;}
    public:
    property List<String^>^ NotTranslatedWords {
       List<String^>^ get();
    }

    Property Value

    The list of not translated words.
    Exceptions
    ExceptionDescription
    Thrown in case of an error. Please refer to the exception message.
    See Also