<?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 ArcPy in Pro more limited than in Desktop? in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/arcpy-in-pro-more-limited-than-in-desktop/m-p/635519#M4278</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ArcPy for ArcGIS Pro seems more limited than the Desktop ArcPy in crucial ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The older ArcPy had the ``arcpy.mapping.UpdateLayer`` function, which could (with the last parameter set to true) update symbology on a layer from a template layer. No such function (or replacement for it) appears to exist in the new ArcPy, unless I am missing it? This is a crucial capability given how limited ArcPy is in terms of directly manipulating symbology, for example for rasters there seems to be essentially no way to modify any symbology now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is still the ``arcpy.ApplySymbologyFromLayer_management`` tool. However this tool does not work for all layers (nor did it in Desktop), for example it executes without error but seems to do nothing for symbology of a raster layer of a mosaic, whether you apply symbology from a raster layer to the mosaic raster layer or symbology from an entire mosaic to the entire mosaic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Separately but related, the functionality of ``arcpy.mapping.UpdateLayerTime`` is also gone, and seems to have no replacement. The entire ability to deal with time appears to be gone, for example layer.time no longer seems to exist for time-enabled layers (also according to the docs).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am surprised to find such crucial features removed. Has something replaced them that I was not able to find, or is something slated to?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Sep 2017 17:05:05 GMT</pubDate>
    <dc:creator>LevNagdimunov</dc:creator>
    <dc:date>2017-09-08T17:05:05Z</dc:date>
    <item>
      <title>ArcPy in Pro more limited than in Desktop?</title>
      <link>https://community.esri.com/t5/developers-questions/arcpy-in-pro-more-limited-than-in-desktop/m-p/635519#M4278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ArcPy for ArcGIS Pro seems more limited than the Desktop ArcPy in crucial ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The older ArcPy had the ``arcpy.mapping.UpdateLayer`` function, which could (with the last parameter set to true) update symbology on a layer from a template layer. No such function (or replacement for it) appears to exist in the new ArcPy, unless I am missing it? This is a crucial capability given how limited ArcPy is in terms of directly manipulating symbology, for example for rasters there seems to be essentially no way to modify any symbology now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is still the ``arcpy.ApplySymbologyFromLayer_management`` tool. However this tool does not work for all layers (nor did it in Desktop), for example it executes without error but seems to do nothing for symbology of a raster layer of a mosaic, whether you apply symbology from a raster layer to the mosaic raster layer or symbology from an entire mosaic to the entire mosaic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Separately but related, the functionality of ``arcpy.mapping.UpdateLayerTime`` is also gone, and seems to have no replacement. The entire ability to deal with time appears to be gone, for example layer.time no longer seems to exist for time-enabled layers (also according to the docs).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am surprised to find such crucial features removed. Has something replaced them that I was not able to find, or is something slated to?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 17:05:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcpy-in-pro-more-limited-than-in-desktop/m-p/635519#M4278</guid>
      <dc:creator>LevNagdimunov</dc:creator>
      <dc:date>2017-09-08T17:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy in Pro more limited than in Desktop?</title>
      <link>https://community.esri.com/t5/developers-questions/arcpy-in-pro-more-limited-than-in-desktop/m-p/635520#M4279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The mapping module has been changed... plus more additions&lt;/P&gt;&lt;P&gt;Have a look through the&lt;STRONG&gt;&lt;A href="http://pro.arcgis.com/en/pro-app/arcpy/main/arcgis-pro-arcpy-reference.htm"&gt; Arcpy Tree&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 17:21:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcpy-in-pro-more-limited-than-in-desktop/m-p/635520#M4279</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-09-08T17:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy in Pro more limited than in Desktop?</title>
      <link>https://community.esri.com/t5/developers-questions/arcpy-in-pro-more-limited-than-in-desktop/m-p/635521#M4280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have looked at it, carefully, prior to making the post. I cannot find any replacement to the functionality described above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There seems to be no functionality to replace symbology based on a template (aside from what was mentioned in the original post), no real additional functionality to manipulate symbology directly, and essentially nothing at all to deal with time. If I missed some, please let me know. This functionality was there before. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 18:09:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcpy-in-pro-more-limited-than-in-desktop/m-p/635521#M4280</guid>
      <dc:creator>LevNagdimunov</dc:creator>
      <dc:date>2017-09-08T18:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy in Pro more limited than in Desktop?</title>
      <link>https://community.esri.com/t5/developers-questions/arcpy-in-pro-more-limited-than-in-desktop/m-p/635522#M4281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unsupported formats would preclude anything arcpy functionality associated with them of course....&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Several data formats are not currently supported in ArcGIS Pro, including raster catalogs, geometric networks, topologies, schematic datasets, geodatabase servers, ArcMap document templates, ArcReader documents, graphs, tiled map packages, and personal geodatabases.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And&lt;STRONG&gt;&lt;A href="http://pro.arcgis.com/en/pro-app/arcpy/get-started/python-migration-for-arcgis-pro.htm"&gt; renaming and reshuffling&lt;/A&gt;&amp;nbsp;&lt;/STRONG&gt;so would Migrating from...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;A href="http://pro.arcgis.com/en/pro-app/arcpy/mapping/migratingfrom10xarcpymapping.htm"&gt;arcpy.mapping to arcpy.ma&lt;/A&gt;&lt;/STRONG&gt; and its associated changes..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if the functionality isn't in Pro or has been added to the...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://pro.arcgis.com/en/pro-app/get-started/whats-new-in-arcgis-pro.htm"&gt;What's new list&lt;/A&gt;&amp;nbsp;&lt;/STRONG&gt;it isn't available yet, and that was made quite clear that Pro want' going to be an exact replica when it was released and its changes will be implemented in due time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since it is basically free, I would continue to do what you need to do in ArcMap if it isn't available in Pro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would also warn people to get up to speed in Python 3.x... 2.7 is terminal and 3.x has been out for over 8 years and the changes in it are more significant than the changes in arcpy!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 18:23:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcpy-in-pro-more-limited-than-in-desktop/m-p/635522#M4281</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-09-08T18:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy in Pro more limited than in Desktop?</title>
      <link>https://community.esri.com/t5/developers-questions/arcpy-in-pro-more-limited-than-in-desktop/m-p/635523#M4282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on supported data formats: simple rasters and mosaic datasets, where ESRI has been especially pushing the latter. Yet basic functionality that use to be in ArcPy appears missing, and has not been replaced by anything I can find. Most of the functionality you mentioned is likely not coming back as those data formats are essentially deprecated, but how can basic features of the API be deprecated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Non-backwards compatible changes in Python 2.7 to 3.x are likely to more minor than changes in ArcPy for most codes written specifically for the latter, in my opinion. I am trying to rewrite a code that works in ArcPy for Desktop to also work for Pro, and am stopped by the fact that basic functionality does not appear to be there for ArcPy in Pro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 18:33:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcpy-in-pro-more-limited-than-in-desktop/m-p/635523#M4282</guid>
      <dc:creator>LevNagdimunov</dc:creator>
      <dc:date>2017-09-08T18:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy in Pro more limited than in Desktop?</title>
      <link>https://community.esri.com/t5/developers-questions/arcpy-in-pro-more-limited-than-in-desktop/m-p/635524#M4283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lev&lt;/P&gt;&lt;P&gt;You will have to keep an eye on the What's new list link... they are pretty quick to announce any changes in functionality as it arrives.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 18:36:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcpy-in-pro-more-limited-than-in-desktop/m-p/635524#M4283</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-09-08T18:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy in Pro more limited than in Desktop?</title>
      <link>https://community.esri.com/t5/developers-questions/arcpy-in-pro-more-limited-than-in-desktop/m-p/635525#M4284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Lev,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm with the Esri Python map automation team.&amp;nbsp; I really appreciate your feedback.&amp;nbsp; There is no question that we need more capabilities in Pro to reach ArcMap equivalency.&amp;nbsp; You bring up two very good examples: UpdateLayer and UpdateTime.&amp;nbsp; Please understand that we are aware of most of the missing pieces and have our best intentions of getting them into the core arcpy.mp module.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We do NOT have a replacement for UpdateLayer in 2.0 (or even the upcoming 2.1 release).&amp;nbsp; UpdateLayer was mostly used at transferring symbology from a layer file to another layer.&amp;nbsp; It worked really well for transferring that symbology from a similar layer file to another similar layer but it broke down quickly if data ranges, feature types, etc&amp;nbsp;were different.&amp;nbsp; So rather than focusing our time on UpdateLayer - we spend a lot of time exposing Symbology in the Pro arcpy.mp API (which we got overwhelming requests for) .&amp;nbsp; Now you can explicitly change renderers (5 supported in 2.0 and more to come in future releases), and even get down to the individual items/classes and change symbol properties.&amp;nbsp; So in a way, the new symbology API provides an alternative approach to UpdateLayer.&amp;nbsp; That is NOT to say it is a replacement or we won't eventually provide an UpdateLayer equivalent, it is just not on our near-term lists.&amp;nbsp; We want to make improvements to it because, like I said, it was good with symbology but lacked other common capabilities like updating ONLY specific properties of a layer.&amp;nbsp; For example,&amp;nbsp;a common request we get is to update ONLY field aliases.&amp;nbsp; We would love to hear more feedback on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UpdateTime is something we have prioritized for 2.2.&amp;nbsp; We know time is crucial to map automation scenarios and we hoped to get it in sooner but time ran out (bad pun intended).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For 2.1 we be exposing:&lt;/P&gt;&lt;P&gt;- MapSeries (DataDrivenPages) capabilities&lt;/P&gt;&lt;P&gt;- WebMapPrinting capabilities&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; - ConvertWebMapToArcGISProject&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; - MapView class&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; - ConvertLayoutFileToLayout&lt;/P&gt;&lt;P&gt;- And other mics members like ActiveMap, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your feedback!&lt;/P&gt;&lt;P&gt;Jeff Barrette&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 15:32:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcpy-in-pro-more-limited-than-in-desktop/m-p/635525#M4284</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2017-10-25T15:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy in Pro more limited than in Desktop?</title>
      <link>https://community.esri.com/t5/developers-questions/arcpy-in-pro-more-limited-than-in-desktop/m-p/635526#M4285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeff, thanks for all of the information, good stuff.&amp;nbsp; Given the GUI completely changed from ArcMap to ArcGIS Pro, as opposed to data access, geoprocessing tools, etc..., it is clear that Pro's mapping module involved a lot more effort than other parts of ArcPy.&amp;nbsp; As much as I think there is still lots of room for improvement/enhancement with Pro mapping module, I think some of the new features are great, like more direct access to renderers.&amp;nbsp; It is just too bad some of that direct access to renderers can't be backported to ArcMap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 15:52:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcpy-in-pro-more-limited-than-in-desktop/m-p/635526#M4285</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2017-10-25T15:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy in Pro more limited than in Desktop?</title>
      <link>https://community.esri.com/t5/developers-questions/arcpy-in-pro-more-limited-than-in-desktop/m-p/635527#M4286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the reply Jeff, a lot of interesting information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In terms of improving capabilities of symbology manipulation directly rather than something like UpdateLayer, certainly the former is a welcome addition. However there does not appear to be support for manipulating RGB or Stretched symbology for rasters (unless I am misunderstanding the docs), which seem likely to be the two most popular raster symbologies. Are there any near term plans to add such support?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In terms of UpdateTime making a come back in 2.2, great to hear and I definitely think that would be useful along with the capability to again access the time properties at-all (e.g. layer's time attribute).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 13:36:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcpy-in-pro-more-limited-than-in-desktop/m-p/635527#M4286</guid>
      <dc:creator>LevNagdimunov</dc:creator>
      <dc:date>2017-10-27T13:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy in Pro more limited than in Desktop?</title>
      <link>https://community.esri.com/t5/developers-questions/arcpy-in-pro-more-limited-than-in-desktop/m-p/635528#M4287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lev - Raster stretched is definitely on the list for 2.2 (as well as UnclassedColors and ProportionalSymbols).&amp;nbsp; We did not have the time to finish&amp;nbsp;it (them)&amp;nbsp;for 2.1.&amp;nbsp; I will look into RGB as being a possibility.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 14:01:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcpy-in-pro-more-limited-than-in-desktop/m-p/635528#M4287</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2017-10-27T14:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy in Pro more limited than in Desktop?</title>
      <link>https://community.esri.com/t5/developers-questions/arcpy-in-pro-more-limited-than-in-desktop/m-p/635529#M4288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Lev:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been using Pro 2.0.1 now and I ran into the same question as you did. I saw this thread and I came up with a solution, though it might not suit for every cases, but it is still a solution!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea is that inside the arcpy.mp layer class(the class you use Map.listLayers()[0] to get) there's a property called symbology. It has read and write access. So what you can do is to pre-set a symbology lyrx file and add it as layer class into map class, then extract it's symbology as a variable. Then you remove this symbology layer, add the layer you really want, assign the symbology variable as the new value for the layer's symbology property. Then you save it and export images.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;output_aprx = arcpy.mp.ArcGISProject(output_aprx_pth)# read it as object using arcpy, then to modify it&lt;BR /&gt; #Working on converting input feature class to a layer inside aprx project file&lt;BR /&gt; Map = output_aprx.listMaps("Map")[0]&lt;BR /&gt; Layout = output_aprx.listLayouts()[0]&lt;BR /&gt; title = Layout.listElements("TEXT_ELEMENT")[0]# Get the title object&lt;BR /&gt; title.text = "DC "+ outname# Change the text message of title to what we want&lt;/P&gt;&lt;P&gt;if symbology == 0:&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;Map.addLayer(input_lyrF, "TOP")&lt;BR /&gt; else:&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;sym_lyrF = arcpy.mp.LayerFile(symbology)&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;Map.addLayer(sym_lyrF, "TOP")&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;sym_layer = Map.listLayers()[0]&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;sym_obj = sym_layer.symbology&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;Map.removeLayer(sym_layer)&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;Map.addLayer(input_lyrF)&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;input_layer = Map.listLayers()[0]&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;input_layer.symbology = sym_obj&lt;BR /&gt; output_aprx.save()# Save the edits&lt;BR /&gt; Layout.exportToJPEG(outmaps_path + name_element + ".jpg", resolution = out_resolution)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried it on simple symbol and graduate color, everything works fine.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2018 05:09:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcpy-in-pro-more-limited-than-in-desktop/m-p/635529#M4288</guid>
      <dc:creator>HopeWorkswell</dc:creator>
      <dc:date>2018-01-15T05:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy in Pro more limited than in Desktop?</title>
      <link>https://community.esri.com/t5/developers-questions/arcpy-in-pro-more-limited-than-in-desktop/m-p/635530#M4289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Hope. I would guess that this works for the layers whose symbology manipulation is supported, which are listed under the Symbology class description for ArcGIS Pro. I believe the two you listed are on there. However, the following exception is raised when I try this for stretched or RGB symbology,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NameError: The attribute 'symbology' is not supported on this instance of Layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When simply getting the symbology attribute, things work (although it has no real properties to look at for non-supported symbologies). This error is coming from setting the symbology attribute, where ArcPy catches an exception stemming from,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gp.getIDMessage(89013,"The attribute %r is not supported on this instance of %s.") %&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you think I am doing something wrong here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 16:08:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcpy-in-pro-more-limited-than-in-desktop/m-p/635530#M4289</guid>
      <dc:creator>LevNagdimunov</dc:creator>
      <dc:date>2018-01-18T16:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy in Pro more limited than in Desktop?</title>
      <link>https://community.esri.com/t5/developers-questions/arcpy-in-pro-more-limited-than-in-desktop/m-p/635531#M4290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm experience the same behavior with a raster layer (extension .jp2) and trying to apply RGB symbology.&lt;/P&gt;&lt;P&gt;Is there any workaround to solve this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 09:45:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcpy-in-pro-more-limited-than-in-desktop/m-p/635531#M4290</guid>
      <dc:creator>BorjaParés_Fuente</dc:creator>
      <dc:date>2018-10-09T09:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy in Pro more limited than in Desktop?</title>
      <link>https://community.esri.com/t5/developers-questions/arcpy-in-pro-more-limited-than-in-desktop/m-p/635532#M4291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Was&amp;nbsp;the raster stretch support implemented, and if so, any way to switch to "custom" stats w/ arcpy to set min/max the same across a set of rasters?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2018 21:28:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcpy-in-pro-more-limited-than-in-desktop/m-p/635532#M4291</guid>
      <dc:creator>JustinConnerWR</dc:creator>
      <dc:date>2018-10-12T21:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy in Pro more limited than in Desktop?</title>
      <link>https://community.esri.com/t5/developers-questions/arcpy-in-pro-more-limited-than-in-desktop/m-p/635533#M4292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We unfortunately have not extended the number of supported renderers and this includes&amp;nbsp;the&amp;nbsp;2.3 release due out at the beginning of next year.&amp;nbsp; We&amp;nbsp;currently plan to have something available at 2.4 that will give you finer grained access to ALL renderers.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeff - arcpy.mp team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2018 15:01:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcpy-in-pro-more-limited-than-in-desktop/m-p/635533#M4292</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2018-10-15T15:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: ArcPy in Pro more limited than in Desktop?</title>
      <link>https://community.esri.com/t5/developers-questions/arcpy-in-pro-more-limited-than-in-desktop/m-p/635534#M4293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A few years later, still no such functions&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;UpdateLayer and UpdateTime in arcpy.mp - why? Still have to use ArcMap?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2020 13:46:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcpy-in-pro-more-limited-than-in-desktop/m-p/635534#M4293</guid>
      <dc:creator>StefanKoch</dc:creator>
      <dc:date>2020-01-30T13:46:03Z</dc:date>
    </item>
  </channel>
</rss>

