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

In This Topic
    ChamferRadius Property
    In This Topic
    Returns radius of Rectangle's corners chamfers.
    Syntax
    public double ChamferRadius {get; set;}
    public:
    property double ChamferRadius {
       double get();
       void set (    double value);
    }

    Property Value

    radius of chamfers in mm.
    Exceptions
    ExceptionDescription
    Thrown when the radius cannot be read.
    See Also