The extent bounds of the shapefile being written

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic (Declaration)
Protected Property ShapeBounds As RectangleF
C#
protected RectangleF ShapeBounds { get; set; }
Visual C++
protected:
property RectangleF ShapeBounds {
	RectangleF get ();
	void set (RectangleF 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.

See Also