<font color="#000099">Dear All,</font><div><font color="#000099"><br></font></div><div><font color="#000099"> How can I get certain part boundary extents from polygon.I am using below code to get full extents of the polygon.</font></div>
<div><font color="#000099"><br></font></div><div><font color="#000099"><div><br></div><div>Code to get bounds extents :-</div><div><br></div><div> shapeObj shape = layer.getFeature(shapeInd, -1);</div><div> </div>
<div> lab.Text = "Min X :" + shape.bounds.minx +","+"Max X :" + shape.bounds.maxx +"," + " Min Y :" + shape.bounds.maxy +","+ "Max Y :" + shape.bounds.maxy;</div>
<div><br></div><div><br></div><div>Please anyone can guide me.I am waiting for your great response.</div><div><br></div><div>Thanks and Regards,</div><div><br></div><div>Ven</div></font></div>