<?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 FeatureLayer - getting just the newly added features? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-getting-just-the-newly-added-features/m-p/429670#M11086</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 have an OnDemand FeatureLayer. And I need to do something with each Graphic that is added (eg. setting the ZIndex). Is there a way to get the collection of the added graphics in each Update? Looping through all the graphics in the layer in the UpdateCompleted, seems a bit overkill.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One more question &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; When I set the FeatureLayer to invisible, why is it making an initial request fetching a lot of features anyway?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 03 Jul 2010 19:46:34 GMT</pubDate>
    <dc:creator>Joachim_EckboJuell</dc:creator>
    <dc:date>2010-07-03T19:46:34Z</dc:date>
    <item>
      <title>FeatureLayer - getting just the newly added features?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-getting-just-the-newly-added-features/m-p/429670#M11086</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 have an OnDemand FeatureLayer. And I need to do something with each Graphic that is added (eg. setting the ZIndex). Is there a way to get the collection of the added graphics in each Update? Looping through all the graphics in the layer in the UpdateCompleted, seems a bit overkill.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One more question &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; When I set the FeatureLayer to invisible, why is it making an initial request fetching a lot of features anyway?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jul 2010 19:46:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-getting-just-the-newly-added-features/m-p/429670#M11086</guid>
      <dc:creator>Joachim_EckboJuell</dc:creator>
      <dc:date>2010-07-03T19:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureLayer - getting just the newly added features?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-getting-just-the-newly-added-features/m-p/429671#M11087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;An "Update" re-executes the query for the layer and replaces exisiting features with new, so there is not a list of "just changed and/or added features". Therefore your only option is to iterate on all the features. However I doubt that should really be of much concern. Iterating 1000s of features can be done in a split second. I'm often doing complex LINQ joins and queries on large amounts of the data, and haven't seen any major performance hit (drawing a vast amount of features seems to be the bottleneck long before any other operation).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jul 2010 14:53:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/featurelayer-getting-just-the-newly-added-features/m-p/429671#M11087</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-07-05T14:53:53Z</dc:date>
    </item>
  </channel>
</rss>

