The extent bounds of the shapefile being written
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Protected Property ShapeBounds As RectangleD Get Set |
C# |
---|
protected RectangleD ShapeBounds { get; set; } |
Visual C++ |
---|
protected: property RectangleD ShapeBounds { RectangleD get (); void set (RectangleD value); } |
JavaScript |
---|
function get_shapeBounds(); function set_shapeBounds(value); |
Remarks
Derived classes must update the ShapeBounds as each record is written, as thie shapefile's main
header will be updated with the ShapeBounds when the Close method is called.