Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabase Class / ExportUntranslatableWords Method
Entries of these languages will be exported
Full file name of target file. Can't be null or empty.

In This Topic
    ExportUntranslatableWords Method
    In This Topic
    Export all untranslatable words from article database to file.
    Syntax
    public void ExportUntranslatableWords( 
       ISOCode.Language[] languages,
       string strExportFilePath
    )
    public:
    void ExportUntranslatableWords( 
       array<ISOCode.Language>^ languages,
       String^ strExportFilePath
    ) 

    Parameters

    languages
    Entries of these languages will be exported
    strExportFilePath
    Full file name of target file. Can't be null or empty.
    See Also