Gets / Sets whether to fill the interior of each shape (Polygon)
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Property FillInterior As Boolean Get Set |
C# |
---|
public bool FillInterior { get; set; } |
Visual C++ |
---|
public: property bool FillInterior { bool get (); void set (bool value); } |
JavaScript |
---|
function get_fillInterior(); function set_fillInterior(value); |