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

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

    Changes are visible after calling Update.

    See Also