<?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: What's happening to ArcMap ArcEngine and ArcObject 10.7? in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/what-s-happening-to-arcmap-arcengine-and-arcobject/m-p/808429#M5384</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What&amp;nbsp;is the roadmap for ArcGIS Engine. I have a legacy app that still uses it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Sep 2019 19:38:37 GMT</pubDate>
    <dc:creator>EricPfirman</dc:creator>
    <dc:date>2019-09-27T19:38:37Z</dc:date>
    <item>
      <title>What's happening to ArcMap ArcEngine and ArcObject 10.7?</title>
      <link>https://community.esri.com/t5/developers-questions/what-s-happening-to-arcmap-arcengine-and-arcobject/m-p/808425#M5380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is totally&amp;nbsp;no information about them, yet still update to 10.7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is version number the only thing been updated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I even got a notice said ArcObject is using &lt;SPAN&gt;deprecated API so there will be no further support in future version of Visual Studio.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2019 08:44:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/what-s-happening-to-arcmap-arcengine-and-arcobject/m-p/808425#M5380</guid>
      <dc:creator>KarlTian</dc:creator>
      <dc:date>2019-04-11T08:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: What's happening to ArcMap ArcEngine and ArcObject 10.7?</title>
      <link>https://community.esri.com/t5/developers-questions/what-s-happening-to-arcmap-arcengine-and-arcobject/m-p/808426#M5381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ArcObjects is definitely going away in the longer run, with the retirement of ArcMap / ArcGIS for Desktop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So your best bet, if you still need to automate stuff and don't have really advanced requirements relying on very specific ArcObjects functionality, nor need really complex UI designs, is to go with Python / ArcPy as much as possible for any development.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Python and ArcPy are available in ArcGIS Pro as well, so this is future proof. There is a difference between ArcMap (Python 2.x) and Pro (Python 3.x), but this difference is quite easy to overcome, and besides upgrading the code to be compatible with Python 3.x, you can also write code that will work in both if you test for the application name in your code. I have done that with a complex toolbox with many tools, it now runs fine in both ArcMap and ArcGIS Pro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2019 11:31:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/what-s-happening-to-arcmap-arcengine-and-arcobject/m-p/808426#M5381</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2019-04-11T11:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: What's happening to ArcMap ArcEngine and ArcObject 10.7?</title>
      <link>https://community.esri.com/t5/developers-questions/what-s-happening-to-arcmap-arcengine-and-arcobject/m-p/808427#M5382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would add to Marco's statements that python opens up a whole new world of packages for analysis and presentation. Scipy, NumPy, Pandas, Matplotlib, to name a mere few, are well established and obviate the need to reinvent the wheel to supplement or replace GIS functionality&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2019 13:30:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/what-s-happening-to-arcmap-arcengine-and-arcobject/m-p/808427#M5382</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-04-11T13:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: What's happening to ArcMap ArcEngine and ArcObject 10.7?</title>
      <link>https://community.esri.com/t5/developers-questions/what-s-happening-to-arcmap-arcengine-and-arcobject/m-p/808428#M5383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;‌ &lt;A href="https://community.esri.com/migrated-users/11793"&gt;Marco Boeringa&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Thank you for reply.&lt;/P&gt;&lt;P&gt;Yes, I do use ArcPy for many things..But there is still lots of work done in ArcMap, not Pro. Also there is many&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;legacy toolboxes and add-ins, a whole transition to&amp;nbsp;&lt;SPAN&gt;ArcPy&amp;nbsp;is too much work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;And to be honest, Pro is really not as stable and fast like ArcMap in many tasks, maybe only in 3D and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;some&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;visualization staff that have to be in Pro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2019 01:04:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/what-s-happening-to-arcmap-arcengine-and-arcobject/m-p/808428#M5383</guid>
      <dc:creator>KarlTian</dc:creator>
      <dc:date>2019-04-12T01:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: What's happening to ArcMap ArcEngine and ArcObject 10.7?</title>
      <link>https://community.esri.com/t5/developers-questions/what-s-happening-to-arcmap-arcengine-and-arcobject/m-p/808429#M5384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What&amp;nbsp;is the roadmap for ArcGIS Engine. I have a legacy app that still uses it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2019 19:38:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/what-s-happening-to-arcmap-arcengine-and-arcobject/m-p/808429#M5384</guid>
      <dc:creator>EricPfirman</dc:creator>
      <dc:date>2019-09-27T19:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: What's happening to ArcMap ArcEngine and ArcObject 10.7?</title>
      <link>https://community.esri.com/t5/developers-questions/what-s-happening-to-arcmap-arcengine-and-arcobject/m-p/808430#M5385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://support.esri.com/en/other-resources/product-life-cycle" title="https://support.esri.com/en/other-resources/product-life-cycle"&gt;https://support.esri.com/en/other-resources/product-life-cycle&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if it is on the list, it hasn't been forgotten&lt;/P&gt;&lt;P&gt;Then specifically....&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://support.esri.com/en/download/773" title="https://support.esri.com/en/download/773"&gt;ArcGIS Engine Runtime Product Life Cycle&lt;/A&gt;&amp;nbsp; click on the link and it brings you here&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://support.esri.com/en/Products/Developers/arcgis-engine/arcgis-engine/10-6#product-support?rmedium=productLifeCycle&amp;amp;rsource=downloads.esri.com/support/product%20life%20cycle/other_/ArcGISEngineRuntime_PLC.pdf" title="https://support.esri.com/en/Products/Developers/arcgis-engine/arcgis-engine/10-6#product-support?rmedium=productLifeCycle&amp;amp;rsource=downloads.esri.com/support/product%20life%20cycle/other_/ArcGISEngineRuntime_PLC.pdf"&gt;Esri Support ArcGIS Engine 10.6 (10.6.1)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2019 22:48:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/what-s-happening-to-arcmap-arcengine-and-arcobject/m-p/808430#M5385</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-09-27T22:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: What's happening to ArcMap ArcEngine and ArcObject 10.7?</title>
      <link>https://community.esri.com/t5/developers-questions/what-s-happening-to-arcmap-arcengine-and-arcobject/m-p/808431#M5386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan. It looks like ArcGIS Engine 10.7.1 will be supported into 2025. I plan to retire in 2023 and don't want to leave my group with an application that will be obsolete in 2 years. Should I be worried about this? Will there be something similar to ArcGIS Engine that is based on ArcGIS Pro?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2019 13:39:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/what-s-happening-to-arcmap-arcengine-and-arcobject/m-p/808431#M5386</guid>
      <dc:creator>EricPfirman</dc:creator>
      <dc:date>2019-09-30T13:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: What's happening to ArcMap ArcEngine and ArcObject 10.7?</title>
      <link>https://community.esri.com/t5/developers-questions/what-s-happening-to-arcmap-arcengine-and-arcobject/m-p/808432#M5387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You shouldn't worry.&amp;nbsp; Start planning for retirement now.&amp;nbsp; It is actually quite fun &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2019 19:42:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/what-s-happening-to-arcmap-arcengine-and-arcobject/m-p/808432#M5387</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-09-30T19:42:09Z</dc:date>
    </item>
  </channel>
</rss>

