IsSurfaceFilled Property (Arc)
.NET Property that says if the closed Arc object is filled or not.
public bool IsSurfaceFilled {get; set;}
public:
property bool IsSurfaceFilled {
bool get();
void set ( bool value);
}
Property Value
True if Arc is closed and filled.