<?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: Flash Geometry in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/flash-geometry/m-p/877368#M5486</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Behroz,&lt;/P&gt;&lt;P&gt;You are correct. That is exactly what I meant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Uma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Dec 2019 22:38:16 GMT</pubDate>
    <dc:creator>UmaHarano</dc:creator>
    <dc:date>2019-12-04T22:38:16Z</dc:date>
    <item>
      <title>Flash Geometry</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/flash-geometry/m-p/877363#M5481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to flash Geometry such as MapPoint, Multipoint, polyline, etc.&amp;nbsp; in ArcGIS Pro SDK .NET ?&lt;/P&gt;&lt;P&gt;I don't mean flash features or selected features.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example Flash the below MapPoint which is not belong to any featureclass.&lt;/P&gt;&lt;P&gt;MapPoint&amp;nbsp; Mp=New MapPointBuilder.CreateMapPoint(1,2,3,4);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2019 22:34:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/flash-geometry/m-p/877363#M5481</guid>
      <dc:creator>behrozbehnam</dc:creator>
      <dc:date>2019-11-29T22:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Multipoint</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/flash-geometry/m-p/877364#M5482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can pass in a collection of OIDs to the FlashFeature method.&amp;nbsp; Here is the method in the API Ref guide:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/sdk/api-reference/#topic11955.html"&gt;FlashFeature&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2019 22:49:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/flash-geometry/m-p/877364#M5482</guid>
      <dc:creator>UmaHarano</dc:creator>
      <dc:date>2019-12-03T22:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Multipoint</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/flash-geometry/m-p/877365#M5483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;What I meant was how I can flash a geometry on the display&lt;/P&gt;&lt;P&gt;Let me simplify my question.&lt;/P&gt;&lt;P&gt;Suppose we create a simple MapPoint, see below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;MapPoint&amp;nbsp; Mp=New MapPointBuilder.CreateMapPoint(1,2,3,4);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I flash this point. it is not a feature and it is not belong to any featureclass.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;On Tuesday, December 3, 2019, 04:50:05 p.m. CST,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2019 23:04:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/flash-geometry/m-p/877365#M5483</guid>
      <dc:creator>behrozbehnam</dc:creator>
      <dc:date>2019-12-03T23:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Geometry</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/flash-geometry/m-p/877366#M5484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There is no built in functionality to flash graphic overlays.&amp;nbsp; But you could write your own to simulate flashing - by adding/removing the graphic on a timer for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Uma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2019 18:07:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/flash-geometry/m-p/877366#M5484</guid>
      <dc:creator>UmaHarano</dc:creator>
      <dc:date>2019-12-04T18:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Geometry</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/flash-geometry/m-p/877367#M5485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;What I understood from your response is that to create an overlay graphic at the location of the Geometry(i.e. MapPoint) and after displaying that removing the graphic from MapView, right?&lt;/P&gt;&lt;P&gt;In ArcObjects there is a snippet that can Flash Geometry on the display.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2019 20:23:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/flash-geometry/m-p/877367#M5485</guid>
      <dc:creator>behrozbehnam</dc:creator>
      <dc:date>2019-12-04T20:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Geometry</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/flash-geometry/m-p/877368#M5486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Behroz,&lt;/P&gt;&lt;P&gt;You are correct. That is exactly what I meant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Uma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2019 22:38:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/flash-geometry/m-p/877368#M5486</guid>
      <dc:creator>UmaHarano</dc:creator>
      <dc:date>2019-12-04T22:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Geometry</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/flash-geometry/m-p/877369#M5487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uma&lt;/P&gt;&lt;P&gt;Is their any easy way to plash graphics in 2.6&lt;/P&gt;&lt;P&gt;I tried to play with add and remove element, change symbol and Sleep in between.&lt;/P&gt;&lt;P&gt;It looks really bad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mody&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2020 10:47:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/flash-geometry/m-p/877369#M5487</guid>
      <dc:creator>ModyBuchbinder</dc:creator>
      <dc:date>2020-09-22T10:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Geometry</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/flash-geometry/m-p/877370#M5488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remove / Add overlay didn't work for me either, it seems to be too asynchronous (random) when the map is actually refreshed.&amp;nbsp; The best way I found to do this (even so I didn't have to flash my geometry, instead I just moved it) was to use &lt;A href="https://pro.arcgis.com/en/pro-app/sdk/api-reference/#topic9983.html"&gt;UpdateOverlay&lt;/A&gt;&amp;nbsp;with a&amp;nbsp;symbol color that is opposite on the color wheel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2020 13:59:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/flash-geometry/m-p/877370#M5488</guid>
      <dc:creator>Wolf</dc:creator>
      <dc:date>2020-09-22T13:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Geometry</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/flash-geometry/m-p/1232293#M9088</link>
      <description>&lt;P&gt;Thanks for the hint Wolf. This works for me (where Graphics is a Dictionary&amp;lt;IMyObjectWithGeometry, IDisposable&amp;gt;):&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;private void FlashGraphic(IMyObjectWithGeometry tag, short flashCount)
{
	QueuedTask.Run(() =&amp;gt;
	{
		for (int i = 0; i &amp;lt; flashCount; i++)
		{
			MapView.Active.UpdateOverlay(Graphics[tag], tag.Geometry, _invertedSymbol);
			Thread.Sleep(200);
			MapView.Active.UpdateOverlay(Graphics[tag], tag.Geometry, _originalSymbol);
			Thread.Sleep(200);
		}
	});
}&lt;/LI-CODE&gt;&lt;P&gt;It does flash the geometry, however it does not have the same animation effect as flashing a feature. Would be nice to have a built-in function for flashing geometries on the map.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 17:21:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/flash-geometry/m-p/1232293#M9088</guid>
      <dc:creator>FridjofSchmidt</dc:creator>
      <dc:date>2022-11-16T17:21:46Z</dc:date>
    </item>
  </channel>
</rss>

