<?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: addins vs python tools, which makes more sense? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/addins-vs-python-tools-which-makes-more-sense/m-p/539562#M42177</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't realize python addins were capable of extensions and handling editing events, exactly what I was looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Aug 2014 17:44:41 GMT</pubDate>
    <dc:creator>DrewDowling</dc:creator>
    <dc:date>2014-08-01T17:44:41Z</dc:date>
    <item>
      <title>addins vs python tools, which makes more sense?</title>
      <link>https://community.esri.com/t5/python-questions/addins-vs-python-tools-which-makes-more-sense/m-p/539560#M42175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With the upcoming release of ArcGIS Pro and the &lt;EM&gt;eventual&lt;/EM&gt; retirement of Desktop and ArcObjects does it make more sense to start new customizations in python or continue to use ArcObjects/addins for the time being? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a new project about to start that will involve a custom toolbar for desktop with about 10 custom editing tools. Previously I have always carried out such a project in .NET and ArcObjects. But now I wonder:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Is the functionality now there to do this in python (At arcgis 10.1)? &lt;/LI&gt;&lt;LI&gt;If I continue to use ArcObjects what is a resonable expectation on the toolbar life expectancy?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current editing environment is ArcGIS desktop 10.1 and is likely to stay that way for the next 1 - 2 years.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 17:43:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/addins-vs-python-tools-which-makes-more-sense/m-p/539560#M42175</guid>
      <dc:creator>DrewDowling</dc:creator>
      <dc:date>2014-07-31T17:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: addins vs python tools, which makes more sense?</title>
      <link>https://community.esri.com/t5/python-questions/addins-vs-python-tools-which-makes-more-sense/m-p/539561#M42176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Python Add-ins&amp;nbsp;&amp;nbsp; &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//014p00000025000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//014p00000025000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt;‌ are an option depending upon complexity&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2014 18:16:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/addins-vs-python-tools-which-makes-more-sense/m-p/539561#M42176</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2014-07-31T18:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: addins vs python tools, which makes more sense?</title>
      <link>https://community.esri.com/t5/python-questions/addins-vs-python-tools-which-makes-more-sense/m-p/539562#M42177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't realize python addins were capable of extensions and handling editing events, exactly what I was looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 17:44:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/addins-vs-python-tools-which-makes-more-sense/m-p/539562#M42177</guid>
      <dc:creator>DrewDowling</dc:creator>
      <dc:date>2014-08-01T17:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: addins vs python tools, which makes more sense?</title>
      <link>https://community.esri.com/t5/python-questions/addins-vs-python-tools-which-makes-more-sense/m-p/539563#M42178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add-ins *can* be great for *some* development needs.&amp;nbsp; However, they are also quite limited in comparison to a customization that is fully exposed to ArcObjects.&amp;nbsp; If your implementation requires fully functional UI components and presentation forms with lots of elements (text boxes, drop-down lists, crystal reports, etc..) you will have a tough time getting those migrated to a python add-in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have to rely soley upon Python Add-In and need the UI functionality, you will need to build Geoprocessing tools/scripts, which of course also provide limited UI components.&amp;nbsp; The idea is to build these with user interaction processes and components and just launch them from the Add-In:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="python" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14073310144311119 jive_text_macro" jivemacro_uid="_14073310144311119"&gt;
&lt;P&gt;pythonaddins.GPToolDialog('C:\MyCustomToolbox.tbx', 'MyTool')&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally, manipulating map elements can also be quite limited.&amp;nbsp; For example, try adding and altering text elements on a Layout view.&amp;nbsp; Seemingly simple tasks/processes easily handled with ArcObjects customized tools written in VB/C# become very convoluted and difficult to replicate with an Add-In.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 13:13:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/addins-vs-python-tools-which-makes-more-sense/m-p/539563#M42178</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2014-08-06T13:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: addins vs python tools, which makes more sense?</title>
      <link>https://community.esri.com/t5/python-questions/addins-vs-python-tools-which-makes-more-sense/m-p/539564#M42179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, Python Add-in's is what I have had experince with and comparing them to an ArcObjects COM component built with .NET/C# -- they are wildly different in capabilities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go ahead and try to build an installed COM/ArcObjects component developed in Visual Studio and attempt to replicate that component in PythonWin &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 15:13:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/addins-vs-python-tools-which-makes-more-sense/m-p/539564#M42179</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2014-08-06T15:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: addins vs python tools, which makes more sense?</title>
      <link>https://community.esri.com/t5/python-questions/addins-vs-python-tools-which-makes-more-sense/m-p/539565#M42180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for your reply's. To summarize what I've learned from you and research on my own: &lt;/P&gt;&lt;OL&gt;&lt;LI&gt;.NET/ArcObject addins are still more flexible, especially for tools requiring a GUI interface.&lt;/LI&gt;&lt;LI&gt;Python addins are quite advanced, allowing editor extensions and events. They can also call ArcObject libs if necessary but don't handle GUI objects (at least that I can see).&lt;/LI&gt;&lt;LI&gt;Things are less clear for ArcGIS pro, which caused me to ask this question in the first place. ArcGIS Pro has its own API, not ArcObjects, but it will also handle customizations through the python addin model. At least that is my reading of this &lt;A href="http://gis.stackexchange.com/questions/66438/what-are-esris-new-arcgis-for-professionals-and-arcgis-pro"&gt;excellent response by Jim McKinney&lt;/A&gt;.&amp;nbsp; &lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Taking into account all of this from here on in I'm going to use the python addin model as much as possible in ArcGIS Desktop and hope that these addins will translate to ArcGIS Pro. For addins requiring a lot of GUI stuff I'll stick with ArcOjects for now and rewrite&amp;nbsp; down the line when my users get off of Desktop or ESRI retire it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 16:19:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/addins-vs-python-tools-which-makes-more-sense/m-p/539565#M42180</guid>
      <dc:creator>DrewDowling</dc:creator>
      <dc:date>2014-08-19T16:19:36Z</dc:date>
    </item>
  </channel>
</rss>

