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

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

    Changes are visible after calling Update.

    See Also