API Help
Eplan.EplApi.DataModel.Graphics Namespace / ViewPlacement Class / ShowBendingText Property

In This Topic
    ShowBendingText Property
    In This Topic
    If true, additional bending texts of bended bus bars will displayed
    Syntax
    public bool ShowBendingText {get; set;}
    public:
    property bool ShowBendingText {
       bool get();
       void set (    bool value);
    }
    Remarks

    Changes are visible after calling Update.

    See Also