IsSurfaceFilled Property (PolyLine)
This property specifies if the polyline is filled. When the polyline is not closed setting this property throws an exception
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