Gets the Extent of the enumerator. In most cases this will be the extent of the shapefile, but
this may be smaller than the shape file's exent if the enumerator has been created from a sub region
of the shapefile's extent
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Property Extent As RectangleD Get |
C# |
---|
public RectangleD Extent { get; } |
Visual C++ |
---|
public: property RectangleD Extent { RectangleD get (); } |
JavaScript |
---|
function get_extent(); |