API Help
Eplan.EplApi.DataModel.Graphics Namespace / Rectangle Class / HasChamfers Property

In This Topic
    HasChamfers Property
    In This Topic
    Returns if the rectangle has chamfers.
    Syntax
    public bool HasChamfers {get; set;}
    public:
    property bool HasChamfers {
       bool get();
       void set (    bool value);
    }

    Property Value

    true : rectangle has chamfers

    false : rectangle does not have chamfers

    See Also