<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Zoom to Selected Record &amp;amp;amp; Scale Range for Graphic and feature Layer in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/zoom-to-selected-record-amp-amp-scale-range-for/m-p/588256#M15079</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please explain how to&amp;nbsp; 'create an envelope around the point'.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Mar 2015 18:09:17 GMT</pubDate>
    <dc:creator>angelasuch</dc:creator>
    <dc:date>2015-03-17T18:09:17Z</dc:date>
    <item>
      <title>Zoom to Selected Record &amp;amp; Scale Range for Graphic and feature Layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/zoom-to-selected-record-amp-amp-scale-range-for/m-p/588254#M15077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i have selected records in slData:DataGrid through query &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i want to zoom to selected record in data grid (required code C#)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;how to define&amp;nbsp; Scale range for&amp;nbsp; Graphic and feature layer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 05:11:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/zoom-to-selected-record-amp-amp-scale-range-for/m-p/588254#M15077</guid>
      <dc:creator>MuhammadWaqar_ul_islam</dc:creator>
      <dc:date>2011-06-20T05:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom to Selected Record &amp; Scale Range for Graphic and feature Layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/zoom-to-selected-record-amp-amp-scale-range-for/m-p/588255#M15078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; &lt;BR /&gt;i want to zoom to selected record in data grid &lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can call Map.ZoomTo&amp;nbsp; with the geometry extent of your selected graphic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is working well if your geometry is a line or a polygon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If it's a point, you have to create an envelope around the point (with a size depending on the zoom level you are expecting) and call ZoomTo with this envelope.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 11:25:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/zoom-to-selected-record-amp-amp-scale-range-for/m-p/588255#M15078</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-06-20T11:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom to Selected Record &amp;amp; Scale Range for Graphic and feature Layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/zoom-to-selected-record-amp-amp-scale-range-for/m-p/588256#M15079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please explain how to&amp;nbsp; 'create an envelope around the point'.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 18:09:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/zoom-to-selected-record-amp-amp-scale-range-for/m-p/588256#M15079</guid>
      <dc:creator>angelasuch</dc:creator>
      <dc:date>2015-03-17T18:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom to Selected Record &amp;amp; Scale Range for Graphic and feature Layer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/zoom-to-selected-record-amp-amp-scale-range-for/m-p/588257#M15080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;please explain how to&amp;nbsp; 'create an envelope around the point'&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;var env = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #2b91af; font-size: 10pt; font-family: Consolas;"&gt;Envelope&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;(point.X - size/2, point.Y - size/2, point.X + size/2, point.Y + size/2);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;env.SpatialReference = point.SpatialReference;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 10:01:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/zoom-to-selected-record-amp-amp-scale-range-for/m-p/588257#M15080</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2015-03-18T10:01:43Z</dc:date>
    </item>
  </channel>
</rss>

