<?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 in Python in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/arcobjects-in-python/m-p/149236#M11573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you're right on with that assessment, Darren. I recently deployed some ArcObjects functionality to do some change detection on our enterprise datasets, specifically so that I could return the date modified of a file geodatabase feature class: &lt;A href="https://community.esri.com/thread/74409"&gt;Programmatically return Feature Class file size and date modified&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll continue to access bits of ArcObjects functionality through Python because I like Python and it makes sense to me. At the same time, I'll hold on to the hope that Esri will continue to expand the reach of arcpy so that these trickier customizations become part of the default site package in the future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Mar 2015 20:06:24 GMT</pubDate>
    <dc:creator>MicahBabinski</dc:creator>
    <dc:date>2015-03-03T20:06:24Z</dc:date>
    <item>
      <title>ArcObjects in Python</title>
      <link>https://community.esri.com/t5/python-questions/arcobjects-in-python/m-p/149233#M11570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I recently had to venture outside Arcpy functionality by adding &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00s900000007000000"&gt;guides &lt;/A&gt;to a map document, finally achieved by using the comtypes library (downloaded from Sourceforge &lt;A href="http://sourceforge.net/projects/comtypes/files/latest/download?source=files"&gt;here&lt;/A&gt;). I followed the instructions from a 2010 presentation by Mark Cederholm (&lt;A href="http://www.pierssen.com/arcgis/upload/misc/python_arcobjects.pdf"&gt;here&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm curious, is this the current way to incorporate fine-scale (i.e. ArcObjects) control through Python?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Aug 2014 23:45:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcobjects-in-python/m-p/149233#M11570</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2014-08-31T23:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: ArcObjects in Python</title>
      <link>https://community.esri.com/t5/python-questions/arcobjects-in-python/m-p/149234#M11571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow, thanks for sharing that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read Mark's C's slides - and&amp;nbsp; it seems to me it's so much trouble and the performance is so poor that I wonder whether it's worth the effort. I really doubt Esri would support this if you ran into any trouble, too.&amp;nbsp; I have to wonder, if you really have a need for ArcObjects (I know this is blasphemy, but) perhaps Python is simply not the right tool for the job. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 04:49:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcobjects-in-python/m-p/149234#M11571</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2014-09-02T04:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: ArcObjects in Python</title>
      <link>https://community.esri.com/t5/python-questions/arcobjects-in-python/m-p/149235#M11572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are starting a new project and are proficient in ArcObjects, then, agreed, pure ArcObjects would be better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For me, it was worth the effort to figure it out, since I had a functional Python script that needed one small piece of added interaction that Arcpy could not afford (particularly, &lt;A href="http://darrenwiens.wordpress.com/2014/09/01/using-arcobjects-in-python/"&gt;adding guides to the map&lt;/A&gt;).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 16:14:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcobjects-in-python/m-p/149235#M11572</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2014-09-02T16:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: ArcObjects in Python</title>
      <link>https://community.esri.com/t5/python-questions/arcobjects-in-python/m-p/149236#M11573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you're right on with that assessment, Darren. I recently deployed some ArcObjects functionality to do some change detection on our enterprise datasets, specifically so that I could return the date modified of a file geodatabase feature class: &lt;A href="https://community.esri.com/thread/74409"&gt;Programmatically return Feature Class file size and date modified&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll continue to access bits of ArcObjects functionality through Python because I like Python and it makes sense to me. At the same time, I'll hold on to the hope that Esri will continue to expand the reach of arcpy so that these trickier customizations become part of the default site package in the future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 20:06:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcobjects-in-python/m-p/149236#M11573</guid>
      <dc:creator>MicahBabinski</dc:creator>
      <dc:date>2015-03-03T20:06:24Z</dc:date>
    </item>
  </channel>
</rss>

