API Help
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;}

Property Value

true : polyline is filed

false : polyline is not filled

See Also