Exporting Content from a Translation Memory
This section explains how to export content from a translation memory.
Export
You can export translation units from any translation memory to a bilingual TMX file.
The export functionality is exposed by the TranslationMemoryExporter class. To export content from a translation memory, create a TranslationMemoryExporter object, specify the ITranslationMemoryLanguageDirection to export from and the TMX file to export into, optionally specify a filter (FilterExpression; see Working with Filters), and then call Export method.
The BatchExported event is raised repeatedly during export, after each batch of translation units has been exported. See ChunkSize. You can cancel the export at any time.