<?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>idea Open map or layout window using arcpy in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/open-map-or-layout-window-using-arcpy/idi-p/1307486</link>
    <description>&lt;P&gt;Using arcpy in a Geoprocessing script, I can import a map or layout into the project. However I can't make it 'open' as a new window. It would be really good if this was possible.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jul 2023 02:39:27 GMT</pubDate>
    <dc:creator>ToyotaT18</dc:creator>
    <dc:date>2023-07-12T02:39:27Z</dc:date>
    <item>
      <title>Open map or layout window using arcpy</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/open-map-or-layout-window-using-arcpy/idi-p/1307486</link>
      <description>&lt;P&gt;Using arcpy in a Geoprocessing script, I can import a map or layout into the project. However I can't make it 'open' as a new window. It would be really good if this was possible.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 02:39:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/open-map-or-layout-window-using-arcpy/idi-p/1307486</guid>
      <dc:creator>ToyotaT18</dc:creator>
      <dc:date>2023-07-12T02:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Open map or layout window using arcpy</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/open-map-or-layout-window-using-arcpy/idc-p/1307745#M25663</link>
      <description>&lt;P&gt;Is this what you want?&lt;/P&gt;&lt;LI-CODE lang="python"&gt;aprx = arcpy.mp.ArcGISProject("current")

m = aprx.listMaps()[0]
m.openView()

l = aprx.listLayouts()[0]
l.openView()&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 12 Jul 2023 19:38:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/open-map-or-layout-window-using-arcpy/idc-p/1307745#M25663</guid>
      <dc:creator>JohannesLindner</dc:creator>
      <dc:date>2023-07-12T19:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Open map or layout window using arcpy</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/open-map-or-layout-window-using-arcpy/idc-p/1307817#M25669</link>
      <description>&lt;P&gt;Ah, I didn't realise those have been added! I had last looked when I had v2.8&lt;/P&gt;&lt;P&gt;That works well for a map window, yes.&lt;/P&gt;&lt;P&gt;However the layout option gives an error when run from an arcpy geoprocessing script? It works in the python window ok, just not from a gp script. Using v3.0.0&lt;/P&gt;&lt;P&gt;Thanks for pointing out the map option.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 04:23:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/open-map-or-layout-window-using-arcpy/idc-p/1307817#M25669</guid>
      <dc:creator>ToyotaT18</dc:creator>
      <dc:date>2023-07-13T04:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Open map or layout window using arcpy - Status changed to: Already Offered</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/open-map-or-layout-window-using-arcpy/idc-p/1332994#M26348</link>
      <description>&lt;P&gt;As pointed out by&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/294341"&gt;@JohannesLindner&lt;/a&gt;&amp;nbsp;this is already available. Changing status to already offered.&lt;/P&gt;&lt;P&gt;Jeff - Layout and arcpy.mp teams&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 16:48:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/open-map-or-layout-window-using-arcpy/idc-p/1332994#M26348</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2023-09-27T16:48:51Z</dc:date>
    </item>
  </channel>
</rss>

