Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / PolyLine Class / IsSurfaceFilled Property

In This Topic
    IsSurfaceFilled Property (PolyLine)
    In This Topic
    This property specifies if the polyline is filled. When the polyline is not closed setting this property throws an exception
    Syntax
    public virtual bool IsSurfaceFilled {get; set;}
    public:
    virtual property bool IsSurfaceFilled {
       bool get();
       void set (    bool value);
    }

    Property Value

    true : polyline is filed

    false : polyline is not filled

    See Also