<?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: Arcpy Delete Multiple Elements  in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/arcpy-delete-multiple-elements/m-p/272752#M21073</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That'll be at the end of project. For now, watching at mxd is better, faster.&amp;nbsp;After executing stand-alone script, mxd opening was the avoided time cost &amp;nbsp;and now execution time on actual mxd starts to exceed that time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Mar 2017 16:45:18 GMT</pubDate>
    <dc:creator>Yusuf_CelilKonak</dc:creator>
    <dc:date>2017-03-07T16:45:18Z</dc:date>
    <item>
      <title>Arcpy Delete Multiple Elements</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-delete-multiple-elements/m-p/272750#M21071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="" style="color: blue;"&gt;From documentation (&lt;/SPAN&gt;&lt;SPAN class="" style="color: blue;"&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/analyze/arcpy-mapping/graphicelement-class.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/analyze/arcpy-mapping/graphicelement-class.htm"&gt;GraphicElement—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;) elements can be deleted as below but after one element deletion layout refreshes with delete function and if you have good amount of elements at layout this operation requires good time to be finished. How can this elements can be deleted simultaneously ? One delete and refresh operation would be better for time perpective, any idea'd be helpful.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: blue;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: blue;"&gt;for&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;elm&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: blue;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;arcpy&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;mapping&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;ListLayoutElements&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;mxd&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;wildcard&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #a31515;"&gt;"_clone"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;elm&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;delete&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;()&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: blue;"&gt;del&lt;/SPAN&gt;&lt;SPAN style="color: #4d4d4d; background-color: #fafafa;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;mxd&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #4d4d4d;"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 12:26:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-delete-multiple-elements/m-p/272750#M21071</guid>
      <dc:creator>Yusuf_CelilKonak</dc:creator>
      <dc:date>2017-03-07T12:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Arcpy Delete Multiple Elements</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-delete-multiple-elements/m-p/272751#M21072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yusuf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only reason the layout view would need to refresh after each deletion is if you were running this code with the python interpreter in an actual map document.&amp;nbsp; Why not run a standalone script that opens the map document in memory and deletes the cloned graphic elements.&amp;nbsp; The only time the layout view changes when processing outside of a map document is when you tell the layout to refresh the active view or save the map.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 14:22:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-delete-multiple-elements/m-p/272751#M21072</guid>
      <dc:creator>IanMurray</dc:creator>
      <dc:date>2017-03-07T14:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Arcpy Delete Multiple Elements</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-delete-multiple-elements/m-p/272752#M21073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That'll be at the end of project. For now, watching at mxd is better, faster.&amp;nbsp;After executing stand-alone script, mxd opening was the avoided time cost &amp;nbsp;and now execution time on actual mxd starts to exceed that time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 16:45:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-delete-multiple-elements/m-p/272752#M21073</guid>
      <dc:creator>Yusuf_CelilKonak</dc:creator>
      <dc:date>2017-03-07T16:45:18Z</dc:date>
    </item>
  </channel>
</rss>

