<?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: &amp;quot;Start Editing&amp;quot; checkbox in python geoprocessing tool in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/quot-start-editing-quot-checkbox-in-python/m-p/463427#M36322</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The geoprocessing tool I am working on modifies the geometry of the features, that's it, nothing else.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Apr 2018 00:43:06 GMT</pubDate>
    <dc:creator>SaurabhPandit</dc:creator>
    <dc:date>2018-04-10T00:43:06Z</dc:date>
    <item>
      <title>"Start Editing" checkbox in python geoprocessing tool</title>
      <link>https://community.esri.com/t5/python-questions/quot-start-editing-quot-checkbox-in-python/m-p/463425#M36320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to have "Start Editing" checkbox in python geoprocessing tool like some tools provide such as 'Calculate Field'? What I really want is to edit input data and allow user to visualise the modifications before saving or discarding them.python&amp;nbsp;geoprocessing&amp;nbsp;arcgispro 2.1&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 23:48:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/quot-start-editing-quot-checkbox-in-python/m-p/463425#M36320</guid>
      <dc:creator>SaurabhPandit</dc:creator>
      <dc:date>2018-04-09T23:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: "Start Editing" checkbox in python geoprocessing tool</title>
      <link>https://community.esri.com/t5/python-questions/quot-start-editing-quot-checkbox-in-python/m-p/463426#M36321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What types of edits are being do that aren't in the editing toolbox?&lt;/P&gt;&lt;P&gt;&lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/editing/an-overview-of-the-editing-toolbox.htm"&gt;http://pro.arcgis.com/en/pro-app/tool-reference/editing/an-overview-of-the-editing-toolbox.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Any other calculations or related functions should be done in newly added fields, or being saved to new featureclasses to avoid the multitude of problems that could arise with a failed 'undo'. &amp;nbsp;&lt;/P&gt;&lt;P&gt;Fields and featureclasses are easy to delete.&amp;nbsp; You could even provide access to them in your toolbox&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 00:29:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/quot-start-editing-quot-checkbox-in-python/m-p/463426#M36321</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-04-10T00:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: "Start Editing" checkbox in python geoprocessing tool</title>
      <link>https://community.esri.com/t5/python-questions/quot-start-editing-quot-checkbox-in-python/m-p/463427#M36322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The geoprocessing tool I am working on modifies the geometry of the features, that's it, nothing else.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 00:43:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/quot-start-editing-quot-checkbox-in-python/m-p/463427#M36322</guid>
      <dc:creator>SaurabhPandit</dc:creator>
      <dc:date>2018-04-10T00:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: "Start Editing" checkbox in python geoprocessing tool</title>
      <link>https://community.esri.com/t5/python-questions/quot-start-editing-quot-checkbox-in-python/m-p/463428#M36323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I am missing the point then as to why you would be using anything other than a conventional edit session for such purposes since you can abandon changes there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 00:46:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/quot-start-editing-quot-checkbox-in-python/m-p/463428#M36323</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-04-10T00:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: "Start Editing" checkbox in python geoprocessing tool</title>
      <link>https://community.esri.com/t5/python-questions/quot-start-editing-quot-checkbox-in-python/m-p/463429#M36324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Arcgis Pro, I don't think there is no way to explicitly start or stop an edit session. The custom geoprocessing tool I am developing performs some complex calculation to workout the adjustments that will be applied to the geometry. Within this tool I use arcpy.da.Editor object to start an edit session. But at the end of the modifications I only have option to stop editing with True(save changes) or False(discard changes). So when tool exits edits are either saved or discarded not allowing user to visualise changes beforehand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 01:12:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/quot-start-editing-quot-checkbox-in-python/m-p/463429#M36324</guid>
      <dc:creator>SaurabhPandit</dc:creator>
      <dc:date>2018-04-10T01:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: "Start Editing" checkbox in python geoprocessing tool</title>
      <link>https://community.esri.com/t5/python-questions/quot-start-editing-quot-checkbox-in-python/m-p/463430#M36325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see any 'map refresh' capabilities in arcpy or the toolbox editor tools that emulate what happens in an edit session... which you correctly point out... pro is always in an edit state&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 01:32:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/quot-start-editing-quot-checkbox-in-python/m-p/463430#M36325</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-04-10T01:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: "Start Editing" checkbox in python geoprocessing tool</title>
      <link>https://community.esri.com/t5/python-questions/quot-start-editing-quot-checkbox-in-python/m-p/463431#M36326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its actually Automatic Edit Sessions. Pro start edit session automatically when you start editing a feature and stops it when you click 'Save' or 'Discard', but unfortunately its not applicable for custom geoprocessing tools.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 01:38:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/quot-start-editing-quot-checkbox-in-python/m-p/463431#M36326</guid>
      <dc:creator>SaurabhPandit</dc:creator>
      <dc:date>2018-04-10T01:38:03Z</dc:date>
    </item>
  </channel>
</rss>

