<?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: ArcObjects replacement in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-replacement/m-p/1575495#M20697</link>
    <description>&lt;P&gt;Duncan,&lt;/P&gt;&lt;P&gt;Thanks for the reply. In the year since my original post, I have been able to successfully convert the old ArcMap ArcObjects code into an ArcGIS Pro add-in using C# in visual studio. Unfortunately, I have not been able to get the code to run from outside of Pro but I'm told by ESRI tech support that add-ins only work inside of Pro. At the time, I didn't know which way to go programming wise and add-ins seemed like the easiest solution figuring it would not take much to go from an add-in to a standalone application as I had done with the original ArcMap code.....obviously, I was wrong.&lt;/P&gt;&lt;P&gt;The reason I chose C# was because I have over 15 years' experience coding ArcObjects with it and figured my learning curve using Pro would be minimized since this was my first attempt at coding anything in Pro.&amp;nbsp;&lt;/P&gt;&lt;P&gt;ESRI tech support like you, recommended coding this workflow in Python using ArcPy which I will at some point do but right now need to move on to a different assignment.&lt;/P&gt;&lt;P&gt;I was not aware of the Pro not supporting MS Access but will keep that in mind.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jan 2025 18:01:04 GMT</pubDate>
    <dc:creator>CarlosPiccirillo2</dc:creator>
    <dc:date>2025-01-14T18:01:04Z</dc:date>
    <item>
      <title>ArcObjects replacement</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-replacement/m-p/1375923#M20639</link>
      <description>&lt;P&gt;Hi everyone, I have an ArcObjects standalone application that works outside of ArcMap to create automated maps. Basically the code works as follows:&lt;/P&gt;&lt;P&gt;1. Load pre-created template (mxd) that has static items, North arrow, etc., Load base layers, image, roads, canals, etc.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;Read Access database to determine which permits were entered that day.&lt;/P&gt;&lt;P&gt;3. Create and load layer containing feature of each permit needing to be mapped from source SDE layer and zoom into it.&lt;/P&gt;&lt;P&gt;4. Turn on desired layers, roads, canals, permit boundary, etc. and export map as a pdf file. Remove permit polygon layer to reset template and go to next item on the list from Access.&lt;/P&gt;&lt;P&gt;This code was created with ArcObjects 10.8. Since ArcMap/ArcObjects is going away, I need to convert this to something else to continue to use it. From what I have read, that seems to be ArcGIS Runtime SDK for .NET but it appears that itself is being replaced by ArcGIS Maps???&lt;/P&gt;&lt;P&gt;Any help in how to replace this code would be appreciated.&lt;/P&gt;&lt;P&gt;Thanks, Carlos&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 15:05:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-replacement/m-p/1375923#M20639</guid>
      <dc:creator>CarlosPiccirillo2</dc:creator>
      <dc:date>2024-01-30T15:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: ArcObjects replacement</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-replacement/m-p/1574610#M20694</link>
      <description>&lt;P&gt;You state that you are aware that ArcMap is being retired but you don't actually say if you want to make the jump to ArcPro? If you do then I would say many of your steps could be automated in arcpy, driving ArcPro projects for map production.&amp;nbsp; You don't need the heavy investment of using VB/C# in visual studio.&amp;nbsp; You can run python in an IDE, don't even need ArcPro open if that's what you want.&lt;/P&gt;&lt;P&gt;What might be highly problematic for you is that ArcPro does not support MS Access in the way ArcMap use to. A failing of ArcPro in my opinion as MS Access is a very useful and powerful database software used by many. You could use the interoperability extension to export from an accdb as an intermediate step.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jan 2025 01:13:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-replacement/m-p/1574610#M20694</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2025-01-11T01:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: ArcObjects replacement</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-replacement/m-p/1575495#M20697</link>
      <description>&lt;P&gt;Duncan,&lt;/P&gt;&lt;P&gt;Thanks for the reply. In the year since my original post, I have been able to successfully convert the old ArcMap ArcObjects code into an ArcGIS Pro add-in using C# in visual studio. Unfortunately, I have not been able to get the code to run from outside of Pro but I'm told by ESRI tech support that add-ins only work inside of Pro. At the time, I didn't know which way to go programming wise and add-ins seemed like the easiest solution figuring it would not take much to go from an add-in to a standalone application as I had done with the original ArcMap code.....obviously, I was wrong.&lt;/P&gt;&lt;P&gt;The reason I chose C# was because I have over 15 years' experience coding ArcObjects with it and figured my learning curve using Pro would be minimized since this was my first attempt at coding anything in Pro.&amp;nbsp;&lt;/P&gt;&lt;P&gt;ESRI tech support like you, recommended coding this workflow in Python using ArcPy which I will at some point do but right now need to move on to a different assignment.&lt;/P&gt;&lt;P&gt;I was not aware of the Pro not supporting MS Access but will keep that in mind.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 18:01:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-replacement/m-p/1575495#M20697</guid>
      <dc:creator>CarlosPiccirillo2</dc:creator>
      <dc:date>2025-01-14T18:01:04Z</dc:date>
    </item>
  </channel>
</rss>

