Eplan Platform API
Eplan.EplApi.HEServices Namespace / Translate Class / Correct Method / Correct(String,Boolean) Method
Full path to project from which texts will be corrected.
When set to true already converted texts are also translated.

In This Topic
    Correct(String,Boolean) Method
    In This Topic
    Correct translations in project.
    Syntax

    Parameters

    strProjectName
    Full path to project from which texts will be corrected.
    bConvertAlreadyTranslatedTexts
    When set to true already converted texts are also translated.
    Exceptions
    ExceptionDescription
    Thrown when project is invalid or do not exist.
    Thrown when project is null.
    Thrown when an error occurred during correction.
    Remarks
    Method coresponds to Project->Translation->Extent in GUI and uses project settings to determine which texts should be corrected.
    See Also