<?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: Alter Pro Rotation Angle with Python in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/alter-pro-rotation-angle-with-python/m-p/850013#M4218</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="" style="background-color: #ffffff; font-size: 15.9375px;"&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/mapping/alphabeticallistofclasses.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/mapping/alphabeticallistofclasses.htm"&gt;Alphabetical list of arcpy.mp classes—ArcPy | Documentation&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="background-color: #ffffff; font-size: 15.9375px;"&gt;and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="background-color: #ffffff; font-size: 15.9375px;"&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/mapping/symbol-class.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/mapping/symbol-class.htm"&gt;Symbol—ArcPy | Documentation&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="background-color: #ffffff; font-size: 15.9375px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="background-color: #ffffff; font-size: 15.9375px;"&gt;angle&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;—Read/Write; Double&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;it is supposed to be read and write&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jun 2020 02:09:47 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2020-06-24T02:09:47Z</dc:date>
    <item>
      <title>Alter Pro Rotation Angle with Python</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/alter-pro-rotation-angle-with-python/m-p/850012#M4217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to edit the rotation angle of a marker symbol using Pro Python?&amp;nbsp; I have been able to get to the basic symbol rotation, but the value I need to change is in the rotation drop down of the symbol details in Pro, and I can't find a way to get to that in Python.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code snippet getting to the symbol on each layer's symbology object:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; if sym.renderer.type == 'SimpleRenderer' :&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;print (' angle: {0}'.format(sym.renderer.symbol.angle))&lt;BR /&gt;if sym.renderer.type == 'UniqueValueRenderer':&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;for grp in sym.renderer.groups:&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;for itm in grp.items:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;print (' angle: {0}'.format(itm.symbol.angle))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2020 16:54:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/alter-pro-rotation-angle-with-python/m-p/850012#M4217</guid>
      <dc:creator>MikkelHylden</dc:creator>
      <dc:date>2020-06-23T16:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Alter Pro Rotation Angle with Python</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/alter-pro-rotation-angle-with-python/m-p/850013#M4218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="" style="background-color: #ffffff; font-size: 15.9375px;"&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/mapping/alphabeticallistofclasses.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/mapping/alphabeticallistofclasses.htm"&gt;Alphabetical list of arcpy.mp classes—ArcPy | Documentation&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="background-color: #ffffff; font-size: 15.9375px;"&gt;and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="background-color: #ffffff; font-size: 15.9375px;"&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/mapping/symbol-class.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/mapping/symbol-class.htm"&gt;Symbol—ArcPy | Documentation&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="background-color: #ffffff; font-size: 15.9375px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="background-color: #ffffff; font-size: 15.9375px;"&gt;angle&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;—Read/Write; Double&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;it is supposed to be read and write&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2020 02:09:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/alter-pro-rotation-angle-with-python/m-p/850013#M4218</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-06-24T02:09:47Z</dc:date>
    </item>
  </channel>
</rss>

