Hello,
Is it possible to calculate the Area of a Polygon ?. I have drawn a shapefile layer over Google Map and now want to calculate the area of any of Polygon. How can i calculate the area ?
Need immediate reply!
Best regards
Hello,
Is it possible to calculate the Area of a Polygon ?. I have drawn a shapefile layer over Google Map and now want to calculate the area of any of Polygon. How can i calculate the area ?
Need immediate reply!
Best regards
aa,
MapSuite uses PolygonShape represents any polygon, you can call polygonShape.GetArea() API to get area.
Thanks,
James