<?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 Alternative for GraphicProvider in Silverlight in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/alternative-for-graphicprovider-in-silverlight/m-p/700049#M18005</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am in need to get a collective extent of some queried Features from a GraphicLayer/FeatureLayer. There is an option for it in Flex using GraphicProvider. Please refer to below lines of code&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;var graphicProvider:ArrayCollection = myGraphicsLayer.graphicProvider as ArrayCollection;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var graphicsExtent:Extent = GraphicUtil.getGraphicsExtent(graphicProvider.toArray());&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please guide me in finding the alternative method of same in Silverlight&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rouf&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Sep 2010 11:24:37 GMT</pubDate>
    <dc:creator>roufbaba</dc:creator>
    <dc:date>2010-09-13T11:24:37Z</dc:date>
    <item>
      <title>Alternative for GraphicProvider in Silverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/alternative-for-graphicprovider-in-silverlight/m-p/700049#M18005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am in need to get a collective extent of some queried Features from a GraphicLayer/FeatureLayer. There is an option for it in Flex using GraphicProvider. Please refer to below lines of code&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;var graphicProvider:ArrayCollection = myGraphicsLayer.graphicProvider as ArrayCollection;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var graphicsExtent:Extent = GraphicUtil.getGraphicsExtent(graphicProvider.toArray());&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please guide me in finding the alternative method of same in Silverlight&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rouf&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Sep 2010 11:24:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/alternative-for-graphicprovider-in-silverlight/m-p/700049#M18005</guid>
      <dc:creator>roufbaba</dc:creator>
      <dc:date>2010-09-13T11:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for GraphicProvider in Silverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/alternative-for-graphicprovider-in-silverlight/m-p/700050#M18006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Rouf,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It sounds like you are looking for the FullExtent property of the GraphicsLayer/FeatureLayer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.GraphicsLayer_members.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.GraphicsLayer_members.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is a link to the Silverligth API reference:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/api_start.htm"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/api_start.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good Luck!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Sep 2010 12:42:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/alternative-for-graphicprovider-in-silverlight/m-p/700050#M18006</guid>
      <dc:creator>DarinaTchountcheva</dc:creator>
      <dc:date>2010-09-13T12:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for GraphicProvider in Silverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/alternative-for-graphicprovider-in-silverlight/m-p/700051#M18007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;var fullExtent = myGraphicsLayer.FullExtent;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Sep 2010 17:31:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/alternative-for-graphicprovider-in-silverlight/m-p/700051#M18007</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-09-13T17:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for GraphicProvider in Silverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/alternative-for-graphicprovider-in-silverlight/m-p/700052#M18008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thankyou very much for your help. My requirement was bit twisted but now i managed to handle it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rouf&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Sep 2010 03:07:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/alternative-for-graphicprovider-in-silverlight/m-p/700052#M18008</guid>
      <dc:creator>roufbaba</dc:creator>
      <dc:date>2010-09-15T03:07:28Z</dc:date>
    </item>
  </channel>
</rss>

