<?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 Is there any way to change polygon symbol using Python in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/is-there-any-way-to-change-polygon-symbol-using/m-p/645394#M50320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;Using Python i have created a polygon shapefile with user input Coordinates. now i need to add this to ArcMap and change the polygon outline color with respect to user input.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;Please let me know how do i change the polygon symbol after adding this to ArcMap. like removing the fill color and applying Outline color and Width as per user input &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Feb 2015 04:48:41 GMT</pubDate>
    <dc:creator>papegowda1</dc:creator>
    <dc:date>2015-02-06T04:48:41Z</dc:date>
    <item>
      <title>Is there any way to change polygon symbol using Python</title>
      <link>https://community.esri.com/t5/python-questions/is-there-any-way-to-change-polygon-symbol-using/m-p/645394#M50320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;Using Python i have created a polygon shapefile with user input Coordinates. now i need to add this to ArcMap and change the polygon outline color with respect to user input.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;Please let me know how do i change the polygon symbol after adding this to ArcMap. like removing the fill color and applying Outline color and Width as per user input &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 04:48:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-there-any-way-to-change-polygon-symbol-using/m-p/645394#M50320</guid>
      <dc:creator>papegowda1</dc:creator>
      <dc:date>2015-02-06T04:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to change polygon symbol using Python</title>
      <link>https://community.esri.com/t5/python-questions/is-there-any-way-to-change-polygon-symbol-using/m-p/645395#M50321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is the &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Layer/00s300000008000000/"&gt;arcpy.mapping module&lt;/A&gt;, Within the tree link you can explore the classes and functions to see if any will provide you with some clues&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 10:36:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-there-any-way-to-change-polygon-symbol-using/m-p/645395#M50321</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-02-06T10:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to change polygon symbol using Python</title>
      <link>https://community.esri.com/t5/python-questions/is-there-any-way-to-change-polygon-symbol-using/m-p/645396#M50322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Patterson for replay, unfortunately i do not find any classes in this for changing the layer symbol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;SPAN class="p"&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 11:55:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-there-any-way-to-change-polygon-symbol-using/m-p/645396#M50322</guid>
      <dc:creator>papegowda1</dc:creator>
      <dc:date>2015-02-06T11:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to change polygon symbol using Python</title>
      <link>https://community.esri.com/t5/python-questions/is-there-any-way-to-change-polygon-symbol-using/m-p/645397#M50323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arcpy is not as "powerful" as ArcObjects and doesn't support all the functionality of ArcObjects. So, you cannot create a new symbology. The "only" option is to assign an existing symbology (layerfile) to the polygon featureclass. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When it comes to the mapping module, there is a lot you can do, but you cannot create for instance new elements on the layout. You can change existing one, but not add new ones. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The alternative is using ArcObjects from within Python, but I think you don't want to go there... some more info on that can be found in the post by &lt;A href="https://community.esri.com/migrated-users/19932"&gt;Darren Wiens&lt;/A&gt;‌: &lt;A href="https://community.esri.com/message/401088"&gt;ArcObjects in Python&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 12:06:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-there-any-way-to-change-polygon-symbol-using/m-p/645397#M50323</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2015-02-06T12:06:24Z</dc:date>
    </item>
  </channel>
</rss>

