<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 = &quot;Min X :&quot; + shape.bounds.minx +&quot;,&quot;+&quot;Max X :&quot; + shape.bounds.maxx +&quot;,&quot; + &quot; Min Y :&quot; + shape.bounds.maxy +&quot;,&quot;+ &quot;Max Y :&quot; + 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>