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

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

    Parameters

    oProject
    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.
    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