<?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: What statement would i need to see minx, miny, maxx, maxy in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/what-statement-would-i-need-to-see-minx-miny-maxx/m-p/45226#M3565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot. i will look at how to implement the getExtent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jan 2020 18:44:59 GMT</pubDate>
    <dc:creator>RickHawkins</dc:creator>
    <dc:date>2020-01-06T18:44:59Z</dc:date>
    <item>
      <title>What statement would i need to see minx, miny, maxx, maxy</title>
      <link>https://community.esri.com/t5/python-questions/what-statement-would-i-need-to-see-minx-miny-maxx/m-p/45224#M3563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to find the correct way to find the min and max values of a layer in ArcGIS. There are approx. 80 feeders and i have written a python script to show only 1 feeder at a time for that layer. What statement in python would i use to calculate this?&lt;/P&gt;&lt;P&gt;Thanks for any help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2020 18:13:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-statement-would-i-need-to-see-minx-miny-maxx/m-p/45224#M3563</guid>
      <dc:creator>RickHawkins</dc:creator>
      <dc:date>2020-01-06T18:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: What statement would i need to see minx, miny, maxx, maxy</title>
      <link>https://community.esri.com/t5/python-questions/what-statement-would-i-need-to-see-minx-miny-maxx/m-p/45225#M3564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since the ArcPy mapping modules are significantly different between ArcMap and ArcGIS Pro, it is always good to specify what product you are using when talking about layers in ArcGIS.&amp;nbsp; Since you tagged it Python 2.7, I will assume you are working with ArcMap.&amp;nbsp; I suggest you take a look at &lt;A class="link-titled" href="https://desktop.arcgis.com/en/arcmap/10.3/analyze/arcpy-mapping/layer-class.htm" title="https://desktop.arcgis.com/en/arcmap/10.3/analyze/arcpy-mapping/layer-class.htm"&gt;Layer—Help | ArcGIS for Desktop&lt;/A&gt; if you haven't already.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Typically when working with layers, people commonly talk about xmin, xmax, ymin, and ymax in terms of the layer's extent.&amp;nbsp; I would use the getExtent method to return an Extent object and then access the max and min properties from it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2020 18:26:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-statement-would-i-need-to-see-minx-miny-maxx/m-p/45225#M3564</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-01-06T18:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: What statement would i need to see minx, miny, maxx, maxy</title>
      <link>https://community.esri.com/t5/python-questions/what-statement-would-i-need-to-see-minx-miny-maxx/m-p/45226#M3565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot. i will look at how to implement the getExtent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2020 18:44:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/what-statement-would-i-need-to-see-minx-miny-maxx/m-p/45226#M3565</guid>
      <dc:creator>RickHawkins</dc:creator>
      <dc:date>2020-01-06T18:44:59Z</dc:date>
    </item>
  </channel>
</rss>

