API Help
Eplan.EplApi.HEServices Namespace / Translate Class / ExportDatabaseTexts Method
Full file name.
Converter long name (XTrLanguageDbXmlConverterImpl - XML format by default), see Eplan::EplApi::ApplicationFramework: and Eplan::EplApi::ApplicationFramework: namespace.

In This Topic
    ExportDatabaseTexts Method
    In This Topic
    Exporting text from translation database
    Syntax
    public bool ExportDatabaseTexts( 
       string strFilename,
       string strConverter
    )
    public:
    bool ExportDatabaseTexts( 
       String^ strFilename,
       String^ strConverter
    ) 

    Parameters

    strFilename
    Full file name.
    strConverter
    Converter long name (XTrLanguageDbXmlConverterImpl - XML format by default), see Eplan::EplApi::ApplicationFramework: and Eplan::EplApi::ApplicationFramework: namespace.

    Return Value

    true, in case of no error.
    See Also