Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / TextBase Class / IsAutomaticallyTranslated Property

In This Topic
    IsAutomaticallyTranslated Property
    In This Topic
    Gets/sets the flag which corresponds to "Do not translate automatically" checkbox in GUI.
    Syntax
    public bool IsAutomaticallyTranslated {get; set;}
    public:
    property bool IsAutomaticallyTranslated {
       bool get();
       void set (    bool value);
    }

    Property Value

    System.Boolean stored in the TextBase.
    See Also