<?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 Apply Symbology from Layer not working in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/1084326#M43925</link>
    <description>&lt;P&gt;Hi Marco could you expand on this answer? I'm running into the same issue, where the symbology isn't updating.&lt;/P&gt;&lt;P&gt;If my 'target' dataset is sitting as a feature class in a fgdb, how do I use 'addLayer', i.e. what do I pass to it? I've tried using MakeFeatureLayer but it never seems to like the output from that. I've also tried grabbing an existing layer from a map, using this with addLayer (which does add the layer again), but then the ApplySymbologyFromLayer still doesn't work. This is all running from an arcpy script tool.&lt;/P&gt;&lt;P&gt;I'd appreciate any solutions to this!&lt;/P&gt;</description>
    <pubDate>Fri, 30 Jul 2021 03:39:59 GMT</pubDate>
    <dc:creator>ToyotaT18</dc:creator>
    <dc:date>2021-07-30T03:39:59Z</dc:date>
    <item>
      <title>ArcPy Apply Symbology from Layer not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/692807#M30670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I try to import symbology via the Python command window, it appears to work, but instead, the symbology has NOT changed, and I get this message below within the Symbology pane. I actually have to remove the layer from the map entirely, and re-add it to the map in order to update the symbology at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/420322_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2018 20:12:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/692807#M30670</guid>
      <dc:creator>DanielMatranga</dc:creator>
      <dc:date>2018-08-23T20:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy Apply Symbology from Layer not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/692808#M30671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm experiencing the same exact issue. I'm using Arcgis Pro 2.2.4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the Apply Symbology from Layer tool through the UI works fine. Through the Python window, however, no luck. After running the tool using the UI, I copied the code snippet from the geoprocessing history window. Running that code results in the behavior described above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Dec 2018 14:42:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/692808#M30671</guid>
      <dc:creator>ToddHorner</dc:creator>
      <dc:date>2018-12-16T14:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy Apply Symbology from Layer not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/692809#M30672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To add to my above comment. When I run the tool from the UI, my window looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="411" src="https://community.esri.com/legacyfs/online/431745_pastedImage_1.png" width="335" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine. When I copy the code snippet from the geoprocessing history, the code looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/431746_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;Executing this code results in the behavior described above by Daniel Matranga.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Dec 2018 14:54:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/692809#M30672</guid>
      <dc:creator>ToddHorner</dc:creator>
      <dc:date>2018-12-16T14:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy Apply Symbology from Layer not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/692810#M30673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having a similar issue. I wrote a script that downloads a file from the National Weather Service, and attempts to apply symbology from a lyrx file. I was experiencing the issue you mentioned, but after I changed the python line to&amp;nbsp;ApplySymbologyFromLayer_management instead of arcpy.management.ApplySymbologyLayer&amp;nbsp; as the copy Python command outputs, that issue resolved.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure why the output from "Copy Python Command" is different from what is suggested in the &lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/apply-symbology-from-layer.htm"&gt;docs&lt;/A&gt;&amp;nbsp;for this command.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue I am having is a bit different. The attribute table seems to be erased after I apply symbology. It's almost as if the lyrx file that I'm getting the symbology from is substituted with the orig layer.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2019 21:30:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/692810#M30673</guid>
      <dc:creator>GabrielMarcus1</dc:creator>
      <dc:date>2019-01-14T21:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy Apply Symbology from Layer not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/692811#M30674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This bug with Apply Symbology From Layer not working in Python has been fixed in the ArcGIS Pro 2.3 release. For reference you can use Esri bug BUG-000106281.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2019 19:17:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/692811#M30674</guid>
      <dc:creator>DrewFlater</dc:creator>
      <dc:date>2019-01-15T19:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy Apply Symbology from Layer not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/692812#M30675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When will the non-beta be available though?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2019 19:35:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/692812#M30675</guid>
      <dc:creator>GabrielMarcus1</dc:creator>
      <dc:date>2019-01-15T19:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy Apply Symbology from Layer not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/692813#M30676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background: white;"&gt;BUG-000106281&lt;/SPAN&gt;&amp;nbsp;about this issue is apparently fixed for Pro SDK at release 2.3,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background: white;"&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/get-started/release-notes.htm" style="color: #2989c5; text-decoration: none;"&gt;https://pro.arcgis.com/en/pro-app/get-started/release-notes.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background: white;"&gt;but I still cannot apply symbology from a layer file to a layer in my map through a script tool in Pro.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background: white;"&gt;I have tried both call methods:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background: white;"&gt;arcpy.management.ApplySymbologyFromLayer(target_layer, symbology_layer)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background: white;"&gt;arcpy.ApplySymbologyFromLayer_management(target_layer, symbology_layer)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background: white;"&gt;And I have tried .lyr and .lyrx&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background: white;"&gt;I know it is a problem with Pro, because if I run the exact same script tool in ArcMap (10.3) it works properly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background: white;"&gt;Any information or suggestions?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2019 07:47:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/692813#M30676</guid>
      <dc:creator>MichaelLowry2</dc:creator>
      <dc:date>2019-03-08T07:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy Apply Symbology from Layer not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/692814#M30677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you also attempted to first explicitely add both the "target_layer" and "symbology_layer" to a Map in Pro using arcpy "addLayer", and then run the "&lt;SPAN style="background: white; color: #4c4c4c;"&gt;arcpy.ApplySymbologyFromLayer_management" command, instead of first updating symbology, and then adding the symbolized layer to the Map&lt;/SPAN&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my experience, this seems to solve the issue with the styling not updating. After that, I simply delete the no longer needed "symbology_layer" using arcpy "removeLayer" in the Map document of Pro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2019 11:45:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/692814#M30677</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2019-03-08T11:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy Apply Symbology from Layer not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/692815#M30678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a defect logged for this when used in a script tool:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUG-000119907: The Apply Symbology From Layer tool (arcpy.ApplySymbologyFromLayer_management) does not work if used in a Python script from the toolbox in ArcGIS Pro 2.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please contact Esri Support if you wish to be attached to this defect so you can track its status.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2019 16:28:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/692815#M30678</guid>
      <dc:creator>EricAnderson17</dc:creator>
      <dc:date>2019-03-08T16:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy Apply Symbology from Layer not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/692816#M30679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/148353" target="_blank"&gt;Eric Anderson&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know if there is also an issue running&amp;nbsp;ApplySymbologyFromLayer in C# code like the following:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;Map map &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; MapView&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Active&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Map&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

                pBar&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Minimum &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
                pBar&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Maximum &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; map&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Layers&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Count&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

                &lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Cursor &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; Cursors&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Wait&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

                GPExecuteToolFlags flags &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; GPExecuteToolFlags&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;GPThread&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

                &lt;SPAN class="keyword token"&gt;foreach&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Layer layer &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; map&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;GetLayersAsFlattenedList&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;OfType&lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;FeatureLayer&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
                &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;   
                    &lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; gpresult &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;await&lt;/SPAN&gt; Geoprocessing&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;ExecuteToolAsync&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"ApplySymbologyFromLayer_management"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;string&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt; layer&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Name&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;ToString&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;@"K:\DSM Shared\ArcMap Symbology\10.2 Schema\Editing Symbols\" + layer.Name.ToString() + "&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;lyr" &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;null&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;null&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; flags&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
                    pBar&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Value &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; pBar&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Value &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
                &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 05:09:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/692816#M30679</guid>
      <dc:creator>BrianBulla</dc:creator>
      <dc:date>2021-12-12T05:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy Apply Symbology from Layer not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/692817#M30680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not heard of any issues with using the ApplySymbologyFromLayer tool within C# code, but if you'd like to log a case with our Technical Support team we can definitely help investigate this issue with you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 17:52:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/692817#M30680</guid>
      <dc:creator>EricAnderson17</dc:creator>
      <dc:date>2019-06-19T17:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy Apply Symbology from Layer not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/692818#M30681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eric.&amp;nbsp; I will post on the ArcGIS Pro Forum first, and if that doesn't work out, then I'll submit a ticket.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 18:05:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/692818#M30681</guid>
      <dc:creator>BrianBulla</dc:creator>
      <dc:date>2019-06-19T18:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy Apply Symbology from Layer not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/692819#M30682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In 2.4, I am having an issue where, when I use the python code, it works and runs through all of the layouts in all maps, but the changes are only reflected in the&amp;nbsp;"Active" map. Is this part of the same bug?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Aug 2019 13:10:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/692819#M30682</guid>
      <dc:creator>AaronFerrari</dc:creator>
      <dc:date>2019-08-09T13:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy Apply Symbology from Layer not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/692820#M30683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created an iterative model in model builder and the .lyrx symbology isn't being applied to the layer.&amp;nbsp; I can batch iterate the layers in my map but when I save and close the map... the updated symbology is not saved in the project.&amp;nbsp; When I save and then open the project, the symbology has reverted back to the symbols that appeared before the batch import. This is a bug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only way I am able to apply the .lyrx symbology for each of the many layers, is to import the .lyrx file for each layer... using this approach the symbology can be saved and the next time I open the project, it has been preserved.&amp;nbsp; I have to do this for many layers, so it isn't an ideal approach.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2019 14:27:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/692820#M30683</guid>
      <dc:creator>RolandDuhaime</dc:creator>
      <dc:date>2019-08-28T14:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy Apply Symbology from Layer not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/692821#M30684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sounds like you're seeing&amp;nbsp;&lt;A class="link-titled" href="https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDEyMDkwNg==" title="https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDEyMDkwNg=="&gt;BUG-000120906: The Apply Symbology From Layer and Make Feature Laye..&lt;/A&gt;&amp;nbsp; You could go there and click the Subscribe button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2019 14:10:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/692821#M30684</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2019-08-30T14:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy Apply Symbology from Layer not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/1026768#M37395</link>
      <description>&lt;P&gt;I tried using ApplySymbologyFromLayer in model builder and can confirm it doesn't work in Pro 2.7 as a standalone model on existing layers.&lt;BR /&gt;The model seems to get confused on what is a &lt;STRONG&gt;Variable Name&lt;/STRONG&gt; and what is a &lt;STRONG&gt;Variable Value:&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1. Looks ok:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LeandraGordon_0-1613368775105.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/6007iBFD4B9D671B4D1CB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LeandraGordon_0-1613368775105.png" alt="LeandraGordon_0-1613368775105.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2. Looks ok&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LeandraGordon_1-1613368852722.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/6008i33A70D281BD01153/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LeandraGordon_1-1613368852722.png" alt="LeandraGordon_1-1613368852722.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;3. The Variable Name is now the Variable Value:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LeandraGordon_2-1613368923628.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/6009i3BFDBF7DF89F55AD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LeandraGordon_2-1613368923628.png" alt="LeandraGordon_2-1613368923628.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It doesn't work in a Python Toolbox either -&amp;gt;&amp;nbsp;&lt;A href="https://my.esri.com/#/support/bugs/BUG-000136115" target="_blank"&gt;https://my.esri.com/#/support/bugs/BUG-000136115&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2021 06:06:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/1026768#M37395</guid>
      <dc:creator>LeandraGordon</dc:creator>
      <dc:date>2021-02-15T06:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy Apply Symbology from Layer not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/1084326#M43925</link>
      <description>&lt;P&gt;Hi Marco could you expand on this answer? I'm running into the same issue, where the symbology isn't updating.&lt;/P&gt;&lt;P&gt;If my 'target' dataset is sitting as a feature class in a fgdb, how do I use 'addLayer', i.e. what do I pass to it? I've tried using MakeFeatureLayer but it never seems to like the output from that. I've also tried grabbing an existing layer from a map, using this with addLayer (which does add the layer again), but then the ApplySymbologyFromLayer still doesn't work. This is all running from an arcpy script tool.&lt;/P&gt;&lt;P&gt;I'd appreciate any solutions to this!&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jul 2021 03:39:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/1084326#M43925</guid>
      <dc:creator>ToyotaT18</dc:creator>
      <dc:date>2021-07-30T03:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy Apply Symbology from Layer not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/1108653#M46871</link>
      <description>&lt;P&gt;Quick update to bug: The problem seems a little better in Pro 2.8.1 but still has major problems with some LYRX files (the one with the colour ramp doesn't work). But seriously if this is part of your standard mapping automation workflow I and you have a choice I would start looking at alternative products.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Oct 2021 23:34:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/1108653#M46871</guid>
      <dc:creator>LeandraGordon</dc:creator>
      <dc:date>2021-10-18T23:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy Apply Symbology from Layer not working</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/1119406#M48178</link>
      <description>&lt;P&gt;I was getting stuck on this too but was able to achieve essentially the same result by creating a custom style (rather than using a symbology layer) and then batch running Match Layer Symbology to a Style on the workspace.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 23:43:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-apply-symbology-from-layer-not-working/m-p/1119406#M48178</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-11-22T23:43:46Z</dc:date>
    </item>
  </channel>
</rss>

