<?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: How to get point position in layout? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/how-to-get-point-position-in-layout/m-p/495458#M38891</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but I think that in Pro is not possible convert features&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;to graphics.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Nov 2020 07:21:36 GMT</pubDate>
    <dc:creator>anyry</dc:creator>
    <dc:date>2020-11-03T07:21:36Z</dc:date>
    <item>
      <title>How to get point position in layout?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-get-point-position-in-layout/m-p/495456#M38889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have layer of points and&amp;nbsp;I need know their position in layout (in milimetres) from map frame. How can i do that please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2020 20:48:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-get-point-position-in-layout/m-p/495456#M38889</guid>
      <dc:creator>anyry</dc:creator>
      <dc:date>2020-11-02T20:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to get point position in layout?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-get-point-position-in-layout/m-p/495457#M38890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The DataFrame Class will have the origin of the data frame in page units, but the location of points in the layer aren't referenced in any classes that I know of (my lack of knowledge on this is not an indication of very much).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may have better luck by converting your points to graphics then using the arcpy.mapping GraphicElement.elementPositionX, &lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; overflow-wrap: break-word; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;GraphicElement.elementPositionX&lt;/SPAN&gt;&amp;nbsp; class (or Pro equivalent).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would also do physical trials to see if print margins etc. are included.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2020 21:36:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-get-point-position-in-layout/m-p/495457#M38890</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2020-11-02T21:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to get point position in layout?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-get-point-position-in-layout/m-p/495458#M38891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but I think that in Pro is not possible convert features&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;to graphics.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2020 07:21:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-get-point-position-in-layout/m-p/495458#M38891</guid>
      <dc:creator>anyry</dc:creator>
      <dc:date>2020-11-03T07:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to get point position in layout?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-get-point-position-in-layout/m-p/495459#M38892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had a think about this.&lt;/P&gt;&lt;P&gt;You coukd get the origin coordinates of the extent of your dataframe, then take the shape x,y xoordinates of each point and minus the dataframe origin coordinate values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the dataframe also has a scale attribute value which you can then divide by to get the paper distance(x,y) of each point from the dataframe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then add these values to the x,y position of the dataframe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;simples!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2020 21:13:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-get-point-position-in-layout/m-p/495459#M38892</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2020-11-03T21:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to get point position in layout?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-get-point-position-in-layout/m-p/495460#M38893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's great idea! thank you so much, David.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2020 14:16:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-get-point-position-in-layout/m-p/495460#M38893</guid>
      <dc:creator>anyry</dc:creator>
      <dc:date>2020-11-05T14:16:52Z</dc:date>
    </item>
  </channel>
</rss>

