<?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: Symbology Drew Order with arcpy in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/symbology-drew-order-with-arcpy/m-p/1166728#M64373</link>
    <description>&lt;P&gt;thanks&amp;nbsp;&lt;BR /&gt;Sorting by&amp;nbsp;Descending on the buffer field solved it&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Apr 2022 17:19:07 GMT</pubDate>
    <dc:creator>OrrGvili</dc:creator>
    <dc:date>2022-04-21T17:19:07Z</dc:date>
    <item>
      <title>Symbology Drew Order with arcpy</title>
      <link>https://community.esri.com/t5/python-questions/symbology-drew-order-with-arcpy/m-p/1166527#M64366</link>
      <description>&lt;P&gt;&lt;EM&gt;working on Geoprocessing tool, part of the process is saving pdf&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;cant find how to change the multi ring buffer symbology drawing&amp;nbsp;order when working with the &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"&lt;/EM&gt;&lt;SPAN&gt;UniqueValueRenderer&lt;/SPAN&gt;&lt;EM&gt;"&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;I&lt;/I&gt;&lt;EM&gt;&lt;FONT face="inherit"&gt;&amp;nbsp;&lt;/FONT&gt;really&lt;FONT face="inherit"&gt;&amp;nbsp;try to avoid &lt;/FONT&gt;splitting&lt;FONT face="inherit"&gt;&amp;nbsp;the polygons to &lt;/FONT&gt;individual&lt;FONT face="inherit"&gt;&amp;nbsp;layers&amp;nbsp;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT face="inherit"&gt;i need the outcome to look like 2 and not 1&amp;nbsp;&lt;BR /&gt;using only the outline of the polygon with no color inside&amp;nbsp;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OrrGvili_0-1650548256389.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/39532i895C1831E4F8F32D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="OrrGvili_0-1650548256389.png" alt="OrrGvili_0-1650548256389.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ArcGIS Pro 2.7 &lt;SPAN&gt;ArcPy&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 13:38:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/symbology-drew-order-with-arcpy/m-p/1166527#M64366</guid>
      <dc:creator>OrrGvili</dc:creator>
      <dc:date>2022-04-21T13:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology Drew Order with arcpy</title>
      <link>https://community.esri.com/t5/python-questions/symbology-drew-order-with-arcpy/m-p/1166528#M64367</link>
      <description>&lt;P&gt;What do you have now? and what do you want it to look like?&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/uniquevaluerenderer-class.htm" target="_blank"&gt;UniqueValueRenderer—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You may find converting from multiring simpler after reading the above&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 08:31:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/symbology-drew-order-with-arcpy/m-p/1166528#M64367</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-04-21T08:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology Drew Order with arcpy</title>
      <link>https://community.esri.com/t5/python-questions/symbology-drew-order-with-arcpy/m-p/1166651#M64371</link>
      <description>&lt;P&gt;If you are wanting to change the default draw order, that is based on the order the features are saved in the data table.&amp;nbsp; If you use the sort GP tool, and sort the FC on Area field, Descending, then all the smaller polygons will draw on top of the larger ones as they will be at the bottom of the table.&lt;/P&gt;&lt;P&gt;Though, not sure this will help with multirings.&amp;nbsp; might have to explode first.&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 15:23:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/symbology-drew-order-with-arcpy/m-p/1166651#M64371</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2022-04-21T15:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology Drew Order with arcpy</title>
      <link>https://community.esri.com/t5/python-questions/symbology-drew-order-with-arcpy/m-p/1166728#M64373</link>
      <description>&lt;P&gt;thanks&amp;nbsp;&lt;BR /&gt;Sorting by&amp;nbsp;Descending on the buffer field solved it&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 17:19:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/symbology-drew-order-with-arcpy/m-p/1166728#M64373</guid>
      <dc:creator>OrrGvili</dc:creator>
      <dc:date>2022-04-21T17:19:07Z</dc:date>
    </item>
  </channel>
</rss>

