<?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 How to accelerate ClearGraphics for a layer which contains many Graphics (about 40000) The graphics are Simplemarkers. Thanks in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-accelerate-cleargraphics-for-a-layer-which/m-p/513283#M2635</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to accelerate ClearGraphics for a layer which contains many Graphics (about 40000) The graphics are Simplemarkers. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Apr 2016 05:51:07 GMT</pubDate>
    <dc:creator>DanaRotstein2</dc:creator>
    <dc:date>2016-04-09T05:51:07Z</dc:date>
    <item>
      <title>How to accelerate ClearGraphics for a layer which contains many Graphics (about 40000) The graphics are Simplemarkers. Thanks</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-accelerate-cleargraphics-for-a-layer-which/m-p/513283#M2635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to accelerate ClearGraphics for a layer which contains many Graphics (about 40000) The graphics are Simplemarkers. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Apr 2016 05:51:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-accelerate-cleargraphics-for-a-layer-which/m-p/513283#M2635</guid>
      <dc:creator>DanaRotstein2</dc:creator>
      <dc:date>2016-04-09T05:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to accelerate ClearGraphics for a layer which contains many Graphics (about 40000) The graphics are Simplemarkers. Thanks</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-accelerate-cleargraphics-for-a-layer-which/m-p/513284#M2636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can you provide some example code (preferably a self-contained standalone app) which demonstrates the issue you are seeing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 17:29:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-accelerate-cleargraphics-for-a-layer-which/m-p/513284#M2636</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2016-04-11T17:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to accelerate ClearGraphics for a layer which contains many Graphics (about 40000) The graphics are Simplemarkers. Thanks</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-accelerate-cleargraphics-for-a-layer-which/m-p/513285#M2637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I create a cloud of graphics .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The graphics a points in a circle with 10 km radius.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the graphics have the same symbol - SimpleMarker 2x2 pixel each one ,&lt;/P&gt;&lt;P&gt;style diamond.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I create a list of graphics and I put the graphics in a Graphic layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The number of graphics is aprox. 40000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The graphics are displayed  on the map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I want to draw another cloud in other place on the map, I must clear&lt;/P&gt;&lt;P&gt;the previous graphics&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use layer.ClearGraphics .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This operation is very long.Sometimes 1.5 minutes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 17:07:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-accelerate-cleargraphics-for-a-layer-which/m-p/513285#M2637</guid>
      <dc:creator>DanaRotstein2</dc:creator>
      <dc:date>2016-04-13T17:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to accelerate ClearGraphics for a layer which contains many Graphics (about 40000) The graphics are Simplemarkers. Thanks</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-accelerate-cleargraphics-for-a-layer-which/m-p/513286#M2638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can you share your code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 19:40:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-accelerate-cleargraphics-for-a-layer-which/m-p/513286#M2638</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2016-04-14T19:40:40Z</dc:date>
    </item>
  </channel>
</rss>

