Gets the rectangular extent of each shape in the shapefile in double precision form

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

Syntax

Visual Basic
Public Function GetShapeExtentsD As RectangleD()
C#
public RectangleD[] GetShapeExtentsD()
Visual C++
public:
array<RectangleD>^ GetShapeExtentsD()
JavaScript
function getShapeExtentsD();

Return Value

RectangleD[] representing the extent of each shape in the shapefile

See Also