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

In This Topic
    IsSurfaceFilled Property (Rectangle)
    In This Topic
    This property specifies if the rectangle is filled.
    Syntax
    public virtual bool IsSurfaceFilled {get; set;}
    public:
    virtual property bool IsSurfaceFilled {
       bool get();
       void set (    bool value);
    }

    Property Value

    true : rectangle is filed

    false : rectangle is not filled

    See Also