<?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: Access to Graphics collection on FeatureLayer in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/access-to-graphics-collection-on-featurelayer/m-p/697916#M17925</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your reply Dominique,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did finally solve the issue, by accessing the features at the UpdateCompleted event, instead, of the Initialized event for the FeatureLayer.&amp;nbsp; So I do think that there is a slight difference because with the 1.2 DLL the graphics collection at the Initialized event was full, and in version 2, it is empty.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;j.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 May 2011 08:35:08 GMT</pubDate>
    <dc:creator>juliangarcia-anton</dc:creator>
    <dc:date>2011-05-06T08:35:08Z</dc:date>
    <item>
      <title>Access to Graphics collection on FeatureLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/access-to-graphics-collection-on-featurelayer/m-p/697914#M17923</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;In a project using ESRI Silverlight api version 1.2, I was able to add a FeatureLayer to my map, (the layer resides in ArcGIS Server 9.3.1) and could access the Graphics Collection to interact with the features on the layer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have updated the project to use the ESRI Silverlight api version 2.1, in order to use some new funtionality, but now I find that the Graphis Collection is empty and I cannot find a way to access the features on the layer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this a new limitation imposed by the new api, or is there a different way to access features on a FeatureLayer ? Would upgrading to ArcGIS Server 10 solver the issue ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2011 06:28:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/access-to-graphics-collection-on-featurelayer/m-p/697914#M17923</guid>
      <dc:creator>juliangarcia-anton</dc:creator>
      <dc:date>2011-04-25T06:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Access to Graphics collection on FeatureLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/access-to-graphics-collection-on-featurelayer/m-p/697915#M17924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't see any limitation imposed by the new API which could explain your issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Check that your service is avilable and that you can get the features using the REST API (something like &lt;/SPAN&gt;&lt;A href="http://serverapps.esri.com/ArcGIS/rest/services/California/MapServer/0/query?text=&amp;amp;geometry=&amp;amp;geometryType=esriGeometryEnvelope&amp;amp;inSR=&amp;amp;spatialRel=esriSpatialRelIntersects&amp;amp;where=1%3D1&amp;amp;returnGeometry=true&amp;amp;outSR=&amp;amp;outFields=*&amp;amp;f=html"&gt;http://serverapps.esri.com/ArcGIS/rest/services/California/MapServer/0/query?text=&amp;amp;geometry=&amp;amp;geometryType=esriGeometryEnvelope&amp;amp;inSR=&amp;amp;spatialRel=esriSpatialRelIntersects&amp;amp;where=1%3D1&amp;amp;returnGeometry=true&amp;amp;outSR=&amp;amp;outFields=*&amp;amp;f=html&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then if you service is working, you will need fiddler to figure out the issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 12:29:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/access-to-graphics-collection-on-featurelayer/m-p/697915#M17924</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-04-26T12:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Access to Graphics collection on FeatureLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/access-to-graphics-collection-on-featurelayer/m-p/697916#M17925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your reply Dominique,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did finally solve the issue, by accessing the features at the UpdateCompleted event, instead, of the Initialized event for the FeatureLayer.&amp;nbsp; So I do think that there is a slight difference because with the 1.2 DLL the graphics collection at the Initialized event was full, and in version 2, it is empty.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;j.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 08:35:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/access-to-graphics-collection-on-featurelayer/m-p/697916#M17925</guid>
      <dc:creator>juliangarcia-anton</dc:creator>
      <dc:date>2011-05-06T08:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Access to Graphics collection on FeatureLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/access-to-graphics-collection-on-featurelayer/m-p/697917#M17926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can confirm that this is a slight change of behavior between 1.x and 2.x.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 21:02:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/access-to-graphics-collection-on-featurelayer/m-p/697917#M17926</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2011-05-06T21:02:25Z</dc:date>
    </item>
  </channel>
</rss>

