Gets the Rectangular extent of the shapefile
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(); |