<?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: easily determine corner coordinates of layout? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/easily-determine-corner-coordinates-of-layout/m-p/1064382#M41595</link>
    <description>&lt;P&gt;Oh my gosh Jayanta, thank you so much! I can't freakin' believe I spent an hour on ESRI and Google trying to find the solution and it's JUST RIGHT THERE! I'm laughing at myself....thank you for saving me!&lt;/P&gt;</description>
    <pubDate>Wed, 02 Jun 2021 22:16:39 GMT</pubDate>
    <dc:creator>RachelLeRoy</dc:creator>
    <dc:date>2021-06-02T22:16:39Z</dc:date>
    <item>
      <title>easily determine corner coordinates of layout?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/easily-determine-corner-coordinates-of-layout/m-p/1064198#M41582</link>
      <description>&lt;P&gt;How do I easily determine the coordinates of the upper left and lower right corners of my layout?&lt;BR /&gt;I know if I export my layout as an image with a world file, that world file will contain the coordinates of the upper left corner.&lt;BR /&gt;Is there an easy/automated way to determine the lower right corner's coordinates from the world file? Or via another method?&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 18:10:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/easily-determine-corner-coordinates-of-layout/m-p/1064198#M41582</guid>
      <dc:creator>RachelLeRoy</dc:creator>
      <dc:date>2021-06-02T18:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: easily determine corner coordinates of layout?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/easily-determine-corner-coordinates-of-layout/m-p/1064203#M41583</link>
      <description>&lt;P&gt;Using Dynamic Text &amp;gt; Map Frame Coordinates (I assume you working on Layout View).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JayantaPoddar_0-1622657817659.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/14872i4EC107E563E532C6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JayantaPoddar_0-1622657817659.png" alt="JayantaPoddar_0-1622657817659.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 18:18:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/easily-determine-corner-coordinates-of-layout/m-p/1064203#M41583</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-06-02T18:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: easily determine corner coordinates of layout?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/easily-determine-corner-coordinates-of-layout/m-p/1064382#M41595</link>
      <description>&lt;P&gt;Oh my gosh Jayanta, thank you so much! I can't freakin' believe I spent an hour on ESRI and Google trying to find the solution and it's JUST RIGHT THERE! I'm laughing at myself....thank you for saving me!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 22:16:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/easily-determine-corner-coordinates-of-layout/m-p/1064382#M41595</guid>
      <dc:creator>RachelLeRoy</dc:creator>
      <dc:date>2021-06-02T22:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: easily determine corner coordinates of layout?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/easily-determine-corner-coordinates-of-layout/m-p/1244807#M63903</link>
      <description>&lt;P&gt;Hi, I'm using ArcMap10.3 and in my version there is "dynamic text" in insert but there is not "map frame coordinates" . how can I insert a corner coordinates to layout?&lt;/P&gt;&lt;P&gt;(sorry for my english is I write wrong think I'm still learn)&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 08:29:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/easily-determine-corner-coordinates-of-layout/m-p/1244807#M63903</guid>
      <dc:creator>zeynepdemir</dc:creator>
      <dc:date>2023-01-03T08:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: easily determine corner coordinates of layout?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/easily-determine-corner-coordinates-of-layout/m-p/1306604#M70904</link>
      <description>&lt;P&gt;Here's how I solved this with Python. In my case I am cloning and adding text elements within a layout. I have a case where I need to do this within a layout, and not as labels within a map. Maybe other users will need to do that. Before I can, I need to get the map frame within the layout, interrogate it for it's scale and the extent of the map frame as shown in the layout:&lt;/P&gt;&lt;P&gt;I have a layout called: A Street Map Layout. The map frame within it is the default name, 'Map Frame'.&lt;/P&gt;&lt;P&gt;aprx = arcpy.mp.ArcGISProject("CURRENT")&lt;BR /&gt;lyt = aprx.listLayouts("A Street Map Layout")[0]&lt;BR /&gt;mf = lyt.listElements('MAPFRAME_ELEMENT','Map Frame')[0]&lt;/P&gt;&lt;P&gt;# To read the position on the page:&amp;nbsp;&lt;/P&gt;&lt;P&gt;mfTop = mf.elementPositionY + mf.elementHeight&amp;nbsp;&lt;BR /&gt;mfBottom = mf.elementPositionY&lt;BR /&gt;mfSide = mf.elementPositionX&lt;/P&gt;&lt;P&gt;# Get scale of map frame&lt;/P&gt;&lt;P&gt;mScale = mf.camera.scale&amp;nbsp;&lt;/P&gt;&lt;P&gt;#Read the extent of the map frame in coordinates. Here are State Plane, Nevada East, assigned in map.&lt;/P&gt;&lt;P&gt;mfExtent = mf.camera.getExtent()&lt;/P&gt;&lt;P&gt;print("Min X,Y position of map in layout: {}, {}".format(mfBottom,mfSide))&lt;/P&gt;&lt;P&gt;print("xMin, YMin: {}, {}".format(mfExtent.XMin, mfExtent.YMin))&lt;BR /&gt;print("xMax, YMax: {}, {}".format(mfExtent.XMax, mfExtent.YMax))&lt;/P&gt;&lt;PRE&gt;Min X,Y position of map in layout: 2.0, 0.43
xMin, YMin: 742798.2847974019, 26763386.193185568
xMax, YMax: 789861.0954051455, 26792858.29058627&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This should return the pieces that you are looking for. Hope that this helps someone.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 17:28:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/easily-determine-corner-coordinates-of-layout/m-p/1306604#M70904</guid>
      <dc:creator>DAVIDWADSWORTH_LVVWD</dc:creator>
      <dc:date>2023-07-07T17:28:09Z</dc:date>
    </item>
  </channel>
</rss>

