Gets the rectangular extent of each shape in the shapefile in double precision form
Namespace:
EGIS.ShapeFileLibAssembly: 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(); |