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

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

    Changes are visible after calling Update.

    See Also