<?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 Command in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/flash-command/m-p/225170#M5870</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I encountered the same situation and also want to know the anwser. Thank you for asking it before me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I would like to implement the same flash feature command that ESRI uses when accessing the context menu on a table row.&lt;BR /&gt;&lt;BR /&gt;I have used the following to flash a selected feature:&lt;BR /&gt;&lt;BR /&gt;IActiveView activeView = ArcMap.Document.ActiveView;&lt;BR /&gt;IFeatureIdentifyObj featIdentify = new FeatureIdentifyObject();&lt;BR /&gt;featIdentify.Feature = feature;&lt;BR /&gt;IIdentifyObj identify = featIdentify as IIdentifyObj;&lt;BR /&gt;identify.Flash(activeView.ScreenDisplay); &lt;BR /&gt;&lt;BR /&gt;This code works, but does not have the 'crosshairs' that the ESRI flash command does.&lt;BR /&gt;&lt;BR /&gt;I was looking possibly executing a command with ICommand.Execute,&amp;nbsp;&amp;nbsp; but could not find an ID for the Flash Command form the table context menu.&lt;BR /&gt;&lt;BR /&gt;Anyone have success with implmenting the same Flash Command that ESRI uses within custom code?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Mele&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jun 2012 18:40:02 GMT</pubDate>
    <dc:creator>SuiHuang</dc:creator>
    <dc:date>2012-06-14T18:40:02Z</dc:date>
    <item>
      <title>Flash Command</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/flash-command/m-p/225169#M5869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would like to implement the same flash feature command that ESRI uses when accessing the context menu on a table row.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have used the following to flash a selected feature:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;IActiveView activeView = ArcMap.Document.ActiveView;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IFeatureIdentifyObj featIdentify = new FeatureIdentifyObject();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;featIdentify.Feature = feature;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IIdentifyObj identify = featIdentify as IIdentifyObj;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;identify.Flash(activeView.ScreenDisplay); &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This code works, but does not have the 'crosshairs' that the ESRI flash command does.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was looking possibly executing a command with ICommand.Execute,&amp;nbsp;&amp;nbsp; but could not find an ID for the Flash Command form the table context menu.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone have success with implmenting the same Flash Command that ESRI uses within custom code?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mele&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 15:48:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/flash-command/m-p/225169#M5869</guid>
      <dc:creator>MeleKoneya</dc:creator>
      <dc:date>2012-04-26T15:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Command</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/flash-command/m-p/225170#M5870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I encountered the same situation and also want to know the anwser. Thank you for asking it before me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I would like to implement the same flash feature command that ESRI uses when accessing the context menu on a table row.&lt;BR /&gt;&lt;BR /&gt;I have used the following to flash a selected feature:&lt;BR /&gt;&lt;BR /&gt;IActiveView activeView = ArcMap.Document.ActiveView;&lt;BR /&gt;IFeatureIdentifyObj featIdentify = new FeatureIdentifyObject();&lt;BR /&gt;featIdentify.Feature = feature;&lt;BR /&gt;IIdentifyObj identify = featIdentify as IIdentifyObj;&lt;BR /&gt;identify.Flash(activeView.ScreenDisplay); &lt;BR /&gt;&lt;BR /&gt;This code works, but does not have the 'crosshairs' that the ESRI flash command does.&lt;BR /&gt;&lt;BR /&gt;I was looking possibly executing a command with ICommand.Execute,&amp;nbsp;&amp;nbsp; but could not find an ID for the Flash Command form the table context menu.&lt;BR /&gt;&lt;BR /&gt;Anyone have success with implmenting the same Flash Command that ESRI uses within custom code?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Mele&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 18:40:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/flash-command/m-p/225170#M5870</guid>
      <dc:creator>SuiHuang</dc:creator>
      <dc:date>2012-06-14T18:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Command</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/flash-command/m-p/225171#M5871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;IMapControlDefault.FlashShape also flashes the geometry, but still does not provide cross-hair&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 21:47:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/flash-command/m-p/225171#M5871</guid>
      <dc:creator>SuiHuang</dc:creator>
      <dc:date>2012-06-14T21:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Command</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/flash-command/m-p/225172#M5872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anyone found a Python equivalent for this?&amp;nbsp; Perhaps in the arcpy.mapping module?&amp;nbsp; I can't seem to locate it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 19:24:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/flash-command/m-p/225172#M5872</guid>
      <dc:creator>LinkElmore</dc:creator>
      <dc:date>2012-10-23T19:24:40Z</dc:date>
    </item>
  </channel>
</rss>

