<?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: Redraw Async Very Slow in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/redraw-async-very-slow/m-p/881337#M5678</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two layers that get edited quite frequently either through direct updates or updates based on related items withing the same layer or another related layer.&amp;nbsp; Basically items within the same layer cannot intersect and must be confine to items in another layer.&amp;nbsp; So if one item is moved or has its vertex change, and that change affects another item in that same layer or another, that other item must update itself.&amp;nbsp; That being said, I realized that the RedrawAsync will work much faster if I remove and add back in the layers that are causing the problem.&amp;nbsp; How can i do this programatically, or what can i do that will have the same affect?&amp;nbsp; Is this what Invalidate will do?&amp;nbsp; If so when will 2.5 be released?&amp;nbsp; I am migrating all the code now to 2.4.3.&amp;nbsp; Is there a workaround on this for 2.4.3?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Feb 2020 20:00:35 GMT</pubDate>
    <dc:creator>MKa</dc:creator>
    <dc:date>2020-02-04T20:00:35Z</dc:date>
    <item>
      <title>Redraw Async Very Slow</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/redraw-async-very-slow/m-p/881330#M5671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working with ArcGIS Pro and have built a configuration AddIn on the application.&amp;nbsp; My configuration helps in creating drawing and attribute rules for the new features created via a feature service.&amp;nbsp; After a feature is created, it is necessary for me to Redraw the map to insure that I have the latest values from our ArcGIS Server and Database.&amp;nbsp; This keeps our mapping system upto date with values that might have changed via database updates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway I use&amp;nbsp;await &lt;STRONG&gt;MapView.Active.RedrawAsync(true);&lt;/STRONG&gt; which works fine for a while.&amp;nbsp; Then after some time, the process becomes very slow and takes almost a minute to complete.&amp;nbsp; My ArcGIS Pro toolbars go Gray until it is complete.&amp;nbsp; I can also use the OOB Redraw and it does the same thing and takes upwards of a minute to complete&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/479701_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way for me to do this in a more efficient manner (to update my features, map, cache?).&amp;nbsp; Or am a missing a setting somewhere that would improve my map.&amp;nbsp; I have 17 maplayers that all get redrawn, where only 2 of them probably need the redraw.&amp;nbsp; But the only way I can think to redraw is on the the &lt;STRONG&gt;MapView.Active&lt;/STRONG&gt; map.&amp;nbsp; This slowness kills my ArcGIS Pro session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2020 22:53:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/redraw-async-very-slow/m-p/881330#M5671</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2020-01-28T22:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Redraw Async Very Slow</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/redraw-async-very-slow/m-p/881331#M5672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you updating the features? &amp;nbsp;Database triggers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Editing using the Pro SDK (if done within an EditOperation) or using attribute rules should both cause the map to be redrawn as needed automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2020 23:00:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/redraw-async-very-slow/m-p/881331#M5672</guid>
      <dc:creator>RichRuh</dc:creator>
      <dc:date>2020-01-28T23:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Redraw Async Very Slow</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/redraw-async-very-slow/m-p/881332#M5673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Other systems and processes update our database directly, but in order to see those changes you must refresh the map/redraw.&amp;nbsp; This process of either redrawing in code or using the oob refresh just seems to take longer and longer each time.&amp;nbsp; Is there a way to refresh just one of my feature layers instead of the entire map?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2020 23:08:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/redraw-async-very-slow/m-p/881332#M5673</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2020-01-28T23:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Redraw Async Very Slow</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/redraw-async-very-slow/m-p/881333#M5674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not aware of any way to refresh a single layer, but I'm not an expert in that area.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2020 23:23:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/redraw-async-very-slow/m-p/881333#M5674</guid>
      <dc:creator>RichRuh</dc:creator>
      <dc:date>2020-01-28T23:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Redraw Async Very Slow</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/redraw-async-very-slow/m-p/881334#M5675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At 2.5, a new &lt;STRONG&gt;Invalidate&lt;/STRONG&gt; method has been added to the MapView. The first call would invalidate the entire layer. Pass in an extent to limit invalidation to just a particular area. The second call will invalidate the extent of the features whose oids are in the lists for the two layers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="token function"&gt;Invalidate&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Layer&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;Envelope&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="token function"&gt;Invalidate&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;IReadOnlyDictionary&lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;Layer&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;List&lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;long&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

MapView&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Active&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Invalidate&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;someLayer&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;null&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍‍‍‍

&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; dict &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
dict&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;layer1&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;List&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;long&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;20&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;21&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;31&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
dict&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;layer2&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;List&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;long&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;20&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;21&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;31&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

MapView&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Active&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Invalidate&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;dict&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 11:07:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/redraw-async-very-slow/m-p/881334#M5675</guid>
      <dc:creator>CharlesMacleod</dc:creator>
      <dc:date>2021-12-12T11:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Redraw Async Very Slow</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/redraw-async-very-slow/m-p/881335#M5676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems to be happening after i create a bunch of rows.&amp;nbsp; I have a tool that allows you to create a number of polygons on a selected a polygon automatically.&amp;nbsp; This is used to speed up some mapping.&amp;nbsp; In this process I create a number of rows using table.createrowbuffer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think i am cleaning everything up correctly but not sure.&amp;nbsp; But it seems after a while that these creations cause my redraw to slow down considerably.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2020 17:24:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/redraw-async-very-slow/m-p/881335#M5676</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2020-01-30T17:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Redraw Async Very Slow</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/redraw-async-very-slow/m-p/881336#M5677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/480000_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am starting to look at the resource monitor.&amp;nbsp; And after I update a number of items using an inspector.&amp;nbsp; My redraw starts to crawl?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2020 15:58:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/redraw-async-very-slow/m-p/881336#M5677</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2020-01-31T15:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Redraw Async Very Slow</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/redraw-async-very-slow/m-p/881337#M5678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two layers that get edited quite frequently either through direct updates or updates based on related items withing the same layer or another related layer.&amp;nbsp; Basically items within the same layer cannot intersect and must be confine to items in another layer.&amp;nbsp; So if one item is moved or has its vertex change, and that change affects another item in that same layer or another, that other item must update itself.&amp;nbsp; That being said, I realized that the RedrawAsync will work much faster if I remove and add back in the layers that are causing the problem.&amp;nbsp; How can i do this programatically, or what can i do that will have the same affect?&amp;nbsp; Is this what Invalidate will do?&amp;nbsp; If so when will 2.5 be released?&amp;nbsp; I am migrating all the code now to 2.4.3.&amp;nbsp; Is there a workaround on this for 2.4.3?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2020 20:00:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/redraw-async-very-slow/m-p/881337#M5678</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2020-02-04T20:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Redraw Async Very Slow</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/redraw-async-very-slow/m-p/881338#M5679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The workaround is to remove the layer and programmatically add them back in whenever the map gets slow or isbusy?&amp;nbsp; I cant figure out why it gets so busy when adding features but i need a way to break the spinning?&amp;nbsp; The only way I could find to do this is by actually removing and readding the FeatureLayer.&amp;nbsp; In doing this I have to add the Definition Query back on and everything.&amp;nbsp; Can anyone think of a way to accomplish what I want here in 2.4.3 without having to remove and readd the layer?&amp;nbsp; Any Feature Layer function that would accomplish this that I am missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2020 21:04:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/redraw-async-very-slow/m-p/881338#M5679</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2020-02-05T21:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Redraw Async Very Slow</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/redraw-async-very-slow/m-p/881339#M5680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi M,&lt;/P&gt;&lt;P&gt;Like the other thread, I'd like to reproduce the issue as the performance is a concern.&lt;/P&gt;&lt;P&gt;Do you have some code that can show the redraw issue or is it just a matter of creating some feature with createrowbuffer then calling redraw etc?&lt;/P&gt;&lt;P&gt;If removing the layer fixes the issue then it sounds like something isn't getting cleared in the layer cache. Can you see if&amp;nbsp;ArcGIS.Desktop.Mapping.Layer.ClearDisplayCache() has any effect?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ArcGIS Pro 2.5 was released this morning.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2020 00:46:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/redraw-async-very-slow/m-p/881339#M5680</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-02-07T00:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Redraw Async Very Slow</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/redraw-async-very-slow/m-p/881340#M5681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will try the ClearDisplayCache and probably update to 2.5 right now to get the latest and greatest.&amp;nbsp; I am monitoring performance degredation using the Diagnostics Monitor and seeing how long the redrawasync takes after my code runs.&amp;nbsp; Just click the recycle button on the bottom right and watch the RedrawAsync in the Diagnostics Monitor.&amp;nbsp; It will gradually go from 500ms and continually rise.&amp;nbsp; What I am doing is on the RowChange event or RowCreate I am loading an inspector with the Arg.Row.&amp;nbsp; If I do this an number of times the redraw async takes longer and longer everytime&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2020 15:13:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/redraw-async-very-slow/m-p/881340#M5681</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2020-02-07T15:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Redraw Async Very Slow</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/redraw-async-very-slow/m-p/881341#M5682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;private static void Cleanup(MapMember inMapMember)&lt;BR /&gt; {&lt;BR /&gt; FeatureLayer fl = inMapMember as FeatureLayer;&lt;BR /&gt; fl.ClearDisplayCache();&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This doesn't appear to have any positve affect.&amp;nbsp; The only fix is to remove and readd the layer.&amp;nbsp; This appears to happen when loading an Inspector in the onchange or oncreate events.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2020 15:08:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/redraw-async-very-slow/m-p/881341#M5682</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2020-02-10T15:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Redraw Async Very Slow</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/redraw-async-very-slow/m-p/881342#M5683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can reproduce this in 2.4.3 with the simple inspector load in an event. In my case the redraw increases to 3000ms then stabilizes. I dont see this in 2.5/2.6 so let us know what results you get.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2020 01:16:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/redraw-async-very-slow/m-p/881342#M5683</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-02-11T01:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Redraw Async Very Slow</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/redraw-async-very-slow/m-p/881343#M5684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the reason this was happening is because when I enter a rowcreate or rowchange event I load the inspector with the row.&amp;nbsp; In those events I have WPF forms that show, which works just fine.&amp;nbsp; HOWEVER, when the Row with a certain shape comes in, I need to change the shape of that Row based on what it interesects or what other shapes it needs to be confined within.&amp;nbsp; When you use Row.Store, the UI doesn't reflect the shape change immediatly, so I was using inspector.apply, which immediatly changed the shape on the UI.&amp;nbsp; When I now set the Shape, and perform Row.Store, the UI doesn't reflect this behind the WPF form that is loaded as a dialog.&amp;nbsp; I need the UI to reflect the shape changes or refresh the UI, and I think I will have this fixed.&amp;nbsp; Inspector.ApplyAsync was the problem for sure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2020 18:59:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/redraw-async-very-slow/m-p/881343#M5684</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2020-02-11T18:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Redraw Async Very Slow</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/redraw-async-very-slow/m-p/881344#M5685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;row.store&amp;nbsp;isnt needed if the additional edits occur in the workspace of the row returned by the events. In row events the edit operation is still executing which is also why you cant see the results of additional edits in this event until the execute completes. In 2.4 you can access the running editoperation through&amp;nbsp;RowChangedEventArgs.Operation where you can add additional edits that are queued but again any changes here wont be seen during the event.&lt;/P&gt;&lt;P&gt;Creating a new editoperation or calling Inspector.Apply isn't supported in rowevents. How are you calling .ApplyAsync in the rowevent?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2020 00:03:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/redraw-async-very-slow/m-p/881344#M5685</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-02-12T00:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Redraw Async Very Slow</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/redraw-async-very-slow/m-p/881345#M5686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think we can close this discussion.&amp;nbsp; I launch a wpf form from the Row Create or Row Change.&amp;nbsp; I use to use applyasync on any changes made to my object that was loaded as an inspector from the ROW.&amp;nbsp; I still load the inspector from the row, but I now store the row and not apply on the inspector.&amp;nbsp; This seems to have fixed almost everything.&amp;nbsp; Except I need to&amp;nbsp;MapView.Active.RedrawAsync(false) in order to see the shape change in the Row Create (and before i show the wpf).&amp;nbsp; This seems to work pretty well for now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2020 15:31:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/redraw-async-very-slow/m-p/881345#M5686</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2020-02-12T15:31:12Z</dc:date>
    </item>
  </channel>
</rss>

