<?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 Calculating the length of a line in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/calculating-the-length-of-a-line/m-p/64265#M5244</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to have to just click on a line, say a parcel line, and just have the length of the line automatically popup on that line in my map. And then be able to do other programming with those values? Is there anyway to do this in the Python window? I've never done programming in ArcMap other than writing labeling scripts in vbScript&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Sep 2013 17:47:11 GMT</pubDate>
    <dc:creator>ScottLouque</dc:creator>
    <dc:date>2013-09-25T17:47:11Z</dc:date>
    <item>
      <title>Calculating the length of a line</title>
      <link>https://community.esri.com/t5/python-questions/calculating-the-length-of-a-line/m-p/64265#M5244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to have to just click on a line, say a parcel line, and just have the length of the line automatically popup on that line in my map. And then be able to do other programming with those values? Is there anyway to do this in the Python window? I've never done programming in ArcMap other than writing labeling scripts in vbScript&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 17:47:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/calculating-the-length-of-a-line/m-p/64265#M5244</guid>
      <dc:creator>ScottLouque</dc:creator>
      <dc:date>2013-09-25T17:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating the length of a line</title>
      <link>https://community.esri.com/t5/python-questions/calculating-the-length-of-a-line/m-p/64266#M5245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I want to have to just click on a line, say a parcel line, and just have the length of the line automatically popup on that line in my map. And then be able to do other programming with those values? Is there anyway to do this in the Python window? I've never done programming in ArcMap other than writing labeling scripts in vbScript&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can calculate the length in a field and set a display expression-under the display tab of the layer (a box with information when you hover over the line). Python can be used to iterate through your parcel layers and populate the fields.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 21:09:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/calculating-the-length-of-a-line/m-p/64266#M5245</guid>
      <dc:creator>AmyKlug</dc:creator>
      <dc:date>2013-09-25T21:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating the length of a line</title>
      <link>https://community.esri.com/t5/python-questions/calculating-the-length-of-a-line/m-p/64267#M5246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could get fancy and do this using a Python Toolbox and the onClick method. Otherwise, you could simply use the out of the box Identify or the HTML popup tools, right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My instinct is to usually try to teach users how to use the existing out of the box tools before I go off and make a custom one.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 21:52:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/calculating-the-length-of-a-line/m-p/64267#M5246</guid>
      <dc:creator>ChrisSnyder</dc:creator>
      <dc:date>2013-09-25T21:52:33Z</dc:date>
    </item>
  </channel>
</rss>

