<?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: Read layer symbology class color with ArcPy in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/read-layer-symbology-class-color-with-arcpy/m-p/428414#M33675</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is beyond the scope of the initial arcpy.mapping design, so we don't intend on adding it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There will be a roundabout way of doing some color-level symbology manipulation in 10.3 via JSON layer definitions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Aug 2014 18:38:25 GMT</pubDate>
    <dc:creator>JasonScheirer</dc:creator>
    <dc:date>2014-08-21T18:38:25Z</dc:date>
    <item>
      <title>Read layer symbology class color with ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/read-layer-symbology-class-color-with-arcpy/m-p/428409#M33670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using ArcPy within ArcGIS 10.1 and attempting to read symbology from a *.lyr file created by a raster dataset within ArcMap. My goal is to be able read out the RGB (color) values assigned to the class breaks on the dataset. It???s seems easy enough to get the lyr file into an object with:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;lyrFile = arcpy.mapping.Layer("C:/.../ReadLyrFileSymbology/conus_foresttype6.img.lyr")&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, after that I am unable to find the method or property to get symbology color (RGB) on a layer. Any pointers would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Derek&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 11:12:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/read-layer-symbology-class-color-with-arcpy/m-p/428409#M33670</guid>
      <dc:creator>JohnMorgan</dc:creator>
      <dc:date>2013-09-13T11:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Read layer symbology class color with ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/read-layer-symbology-class-color-with-arcpy/m-p/428410#M33671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't think it's currently possible using python, unless someone has sorted out a way to parse out the lyr file directly. Applying an existing lyr file to a layer in the ToC is about the extent of what can be done to manipulate symbology using python in 10.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think it's probably on the Esri radar though, as a lot of people want to be able to do those sorts of things. They seem to be expanding arcpy every release, so it's probably only a matter of time. That doesn't really help you NOW though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 15:31:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/read-layer-symbology-class-color-with-arcpy/m-p/428410#M33671</guid>
      <dc:creator>MattSayler</dc:creator>
      <dc:date>2013-09-13T15:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Read layer symbology class color with ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/read-layer-symbology-class-color-with-arcpy/m-p/428411#M33672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to do something similar as well.&amp;nbsp; I'd like to be able to use the RGB values and the associated to labels in a separate graphics software.&amp;nbsp; Even being able to print a list would be helpful.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 23:05:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/read-layer-symbology-class-color-with-arcpy/m-p/428411#M33672</guid>
      <dc:creator>ZdenkaHofman</dc:creator>
      <dc:date>2014-02-24T23:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Read layer symbology class color with ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/read-layer-symbology-class-color-with-arcpy/m-p/428412#M33673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can't do it in arcpy.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 00:42:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/read-layer-symbology-class-color-with-arcpy/m-p/428412#M33673</guid>
      <dc:creator>JasonScheirer</dc:creator>
      <dc:date>2014-02-25T00:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Read layer symbology class color with ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/read-layer-symbology-class-color-with-arcpy/m-p/428413#M33674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any update on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason Scheirer, do you know if this will be made available?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 17:13:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/read-layer-symbology-class-color-with-arcpy/m-p/428413#M33674</guid>
      <dc:creator>AgataZurek</dc:creator>
      <dc:date>2014-08-21T17:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Read layer symbology class color with ArcPy</title>
      <link>https://community.esri.com/t5/python-questions/read-layer-symbology-class-color-with-arcpy/m-p/428414#M33675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is beyond the scope of the initial arcpy.mapping design, so we don't intend on adding it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There will be a roundabout way of doing some color-level symbology manipulation in 10.3 via JSON layer definitions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 18:38:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/read-layer-symbology-class-color-with-arcpy/m-p/428414#M33675</guid>
      <dc:creator>JasonScheirer</dc:creator>
      <dc:date>2014-08-21T18:38:25Z</dc:date>
    </item>
  </channel>
</rss>

