<?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: Is there a way to refresh the Pro Catalog view after a custom Python Toolbox tool runs? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-refresh-the-pro-catalog-view/m-p/1001820#M34314</link>
    <description>&lt;P&gt;yeah, we looked at arcpy and c# options but didn't see anything obvious.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Nov 2020 17:34:12 GMT</pubDate>
    <dc:creator>BobBarker</dc:creator>
    <dc:date>2020-11-16T17:34:12Z</dc:date>
    <item>
      <title>Is there a way to refresh the Pro Catalog view after a custom Python Toolbox tool runs?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-refresh-the-pro-catalog-view/m-p/1000968#M34250</link>
      <description>&lt;P&gt;In ArcGIS Pro we are running python tools from a python toolbox. You click the desired tool and the standard geoprocessing window opens where you set your variables and click run.&amp;nbsp; Everything works great and we have geoproccessing results when the tool completes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, is there a way to trigger a refresh in the catalog view so that users see results when the python tool completes?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 00:21:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-refresh-the-pro-catalog-view/m-p/1000968#M34250</guid>
      <dc:creator>BobBarker</dc:creator>
      <dc:date>2020-11-13T00:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to refresh the Pro Catalog view after a custom Python Toolbox tool runs?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-refresh-the-pro-catalog-view/m-p/1000999#M34251</link>
      <description>&lt;P&gt;By refresh catalog... do you mean that the results aren't being added to the map?&lt;/P&gt;&lt;P&gt;If so... check your settings in the Project, backstage under Options, Geoprocessing&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="add_results_to_map1.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/111i9C38F7731DA98952/image-size/medium?v=v2&amp;amp;px=400" role="button" title="add_results_to_map1.png" alt="add_results_to_map1.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 02:31:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-refresh-the-pro-catalog-view/m-p/1000999#M34251</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-11-13T02:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to refresh the Pro Catalog view after a custom Python Toolbox tool runs?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-refresh-the-pro-catalog-view/m-p/1001211#M34268</link>
      <description>&lt;P&gt;I'm looking for something&amp;nbsp;(python or c# method) to cause the Catalog View to refresh when a Geoprocessing Tool completes.&amp;nbsp; For example, after running a simple python tool to perform a synchronize, the Geoprocessing Pane shows success.&amp;nbsp; However, the Catalog View does not show the updated metadata resulting from the synchronization. The user would have to manually click the refresh button to view updates.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GPResultWoRefreshofCatalogView.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/133i79ED3089749CCBB3/image-size/large?v=v2&amp;amp;px=999" role="button" title="GPResultWoRefreshofCatalogView.png" alt="GPResultWoRefreshofCatalogView.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 14:53:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-refresh-the-pro-catalog-view/m-p/1001211#M34268</guid>
      <dc:creator>BobBarker</dc:creator>
      <dc:date>2020-11-13T14:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to refresh the Pro Catalog view after a custom Python Toolbox tool runs?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-refresh-the-pro-catalog-view/m-p/1001327#M34273</link>
      <description>&lt;P&gt;There is nothing in the arcpy properties or methods and I don't think there is any ArcToolbox tool&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/arcpy/functions/alphabetical-list-of-arcpy-functions.htm" target="_self"&gt;arcpy-functions&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 18:52:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-refresh-the-pro-catalog-view/m-p/1001327#M34273</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-11-13T18:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to refresh the Pro Catalog view after a custom Python Toolbox tool runs?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-refresh-the-pro-catalog-view/m-p/1001820#M34314</link>
      <description>&lt;P&gt;yeah, we looked at arcpy and c# options but didn't see anything obvious.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 17:34:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-refresh-the-pro-catalog-view/m-p/1001820#M34314</guid>
      <dc:creator>BobBarker</dc:creator>
      <dc:date>2020-11-16T17:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to refresh the Pro Catalog view after a custom Python Toolbox tool runs?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-refresh-the-pro-catalog-view/m-p/1240754#M63382</link>
      <description>&lt;P&gt;Anybody ever figure this out? Working in .NET. I think we're looking to refresh the "Details Pane" in the "Catalog Pane" but I haven't sorted this out either.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 19:59:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-refresh-the-pro-catalog-view/m-p/1240754#M63382</guid>
      <dc:creator>LukeRogers</dc:creator>
      <dc:date>2022-12-13T19:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to refresh the Pro Catalog view after a custom Python Toolbox tool runs?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-refresh-the-pro-catalog-view/m-p/1320674#M72311</link>
      <description>&lt;P&gt;This idea was just submitted:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/arcpy-refreshcatalog-function-for-arcgis-pro/idi-p/1320558" target="_blank"&gt;https://community.esri.com/t5/arcgis-pro-ideas/arcpy-refreshcatalog-function-for-arcgis-pro/idi-p/1320558&lt;/A&gt;&amp;nbsp;For those following or discovering this thread because this is functionality you're looking for, please add your kudos to that idea.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 14:06:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-refresh-the-pro-catalog-view/m-p/1320674#M72311</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2023-08-21T14:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to refresh the Pro Catalog view after a custom Python Toolbox tool runs?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-refresh-the-pro-catalog-view/m-p/1320869#M72328</link>
      <description>&lt;P&gt;Here's the VB solution that ESRI helped me come up with. Their internal way of doing this is supposedly "proprietary" according to Support. So dumb. Perhaps you can adapt to C#.&lt;/P&gt;&lt;P&gt;'Store the current item selection, then refresh all items which updates MetadataDetailsView but it is clunky&lt;BR /&gt;Dim selection = Project.GetActiveCatalogWindow.SelectedItems.FirstOrDefault&lt;BR /&gt;For Each i In Project.Current.Items&lt;BR /&gt;Await QueuedTask.Run(Function()&lt;BR /&gt;i.Refresh()&lt;BR /&gt;Return True&lt;BR /&gt;End Function)&lt;BR /&gt;Next&lt;BR /&gt;'Now restore the pre-refresh selection&lt;BR /&gt;Await Project.GetActiveCatalogWindow().SelectItemAsync(selection, True, True, Nothing)&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 19:16:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/is-there-a-way-to-refresh-the-pro-catalog-view/m-p/1320869#M72328</guid>
      <dc:creator>LukeRogers</dc:creator>
      <dc:date>2023-08-21T19:16:36Z</dc:date>
    </item>
  </channel>
</rss>

