<?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 do I get the length of shortest route by arcpy after solve the NA in Python AddIns Questions</title>
    <link>https://community.esri.com/t5/python-addins-questions/how-do-i-get-the-length-of-shortest-route-by-arcpy/m-p/834684#M101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good!! &amp;nbsp;Now, perhaps you could close the thread with the answer that solved it or mark it as assumed answer, so that there is some closure for other people looking for similar responses&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Nov 2016 03:36:44 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2016-11-09T03:36:44Z</dc:date>
    <item>
      <title>How do I get the length of shortest route by arcpy after solve the NA</title>
      <link>https://community.esri.com/t5/python-addins-questions/how-do-i-get-the-length-of-shortest-route-by-arcpy/m-p/834679#M96</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use arcpy.na.MakeRouteLayer build a layer, and use arcpy.na.AddLocations add two stop points, and use arcpy.na.Solve get the shortest route. But how can I get the length of the shortest route.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Nov 2016 15:21:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-addins-questions/how-do-i-get-the-length-of-shortest-route-by-arcpy/m-p/834679#M96</guid>
      <dc:creator>XiangNingJiao1</dc:creator>
      <dc:date>2016-11-06T15:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get the length of shortest route by arcpy after solve the NA</title>
      <link>https://community.esri.com/t5/python-addins-questions/how-do-i-get-the-length-of-shortest-route-by-arcpy/m-p/834680#M97</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in here, they use the getoutput object and savetolayer to produce the layer, so from there you should be able to get the geometry and calculate its length&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/network-analyst-toolbox/solve.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/network-analyst-toolbox/solve.htm"&gt;Solve—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Nov 2016 17:21:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-addins-questions/how-do-i-get-the-length-of-shortest-route-by-arcpy/m-p/834680#M97</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-11-06T17:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get the length of shortest route by arcpy after solve the NA</title>
      <link>https://community.esri.com/t5/python-addins-questions/how-do-i-get-the-length-of-shortest-route-by-arcpy/m-p/834681#M98</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Dan Patterson, Thanks for your answer.But I don't know how to get the geometry of the na result layer, how to do that?&lt;/P&gt;&lt;P&gt;I get the Route_Layer1 after solve&amp;nbsp;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/258911_QQ截图20161107125755.png" style="height: auto;" /&gt;, the Routes has a attribute table&amp;nbsp;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/258912_QQ截图20161107125901.png" style="width: 620px; height: 165px;" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 04:55:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-addins-questions/how-do-i-get-the-length-of-shortest-route-by-arcpy/m-p/834681#M98</guid>
      <dc:creator>XiangNingJiao1</dc:creator>
      <dc:date>2016-11-07T04:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get the length of shortest route by arcpy after solve the NA</title>
      <link>https://community.esri.com/t5/python-addins-questions/how-do-i-get-the-length-of-shortest-route-by-arcpy/m-p/834682#M99</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the polylineM field represents the geometry, use the standard methods for reading geometries&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/analyze/python/reading-geometries.htm" title="http://desktop.arcgis.com/en/arcmap/latest/analyze/python/reading-geometries.htm"&gt;Reading geometries—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 09:24:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-addins-questions/how-do-i-get-the-length-of-shortest-route-by-arcpy/m-p/834682#M99</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-11-07T09:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get the length of shortest route by arcpy after solve the NA</title>
      <link>https://community.esri.com/t5/python-addins-questions/how-do-i-get-the-length-of-shortest-route-by-arcpy/m-p/834683#M100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With your help, I sovle the problem, thany you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 01:27:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-addins-questions/how-do-i-get-the-length-of-shortest-route-by-arcpy/m-p/834683#M100</guid>
      <dc:creator>XiangNingJiao1</dc:creator>
      <dc:date>2016-11-09T01:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get the length of shortest route by arcpy after solve the NA</title>
      <link>https://community.esri.com/t5/python-addins-questions/how-do-i-get-the-length-of-shortest-route-by-arcpy/m-p/834684#M101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good!! &amp;nbsp;Now, perhaps you could close the thread with the answer that solved it or mark it as assumed answer, so that there is some closure for other people looking for similar responses&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 03:36:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-addins-questions/how-do-i-get-the-length-of-shortest-route-by-arcpy/m-p/834684#M101</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-11-09T03:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get the length of shortest route by arcpy after solve the NA</title>
      <link>https://community.esri.com/t5/python-addins-questions/how-do-i-get-the-length-of-shortest-route-by-arcpy/m-p/834685#M102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I will do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 07:28:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-addins-questions/how-do-i-get-the-length-of-shortest-route-by-arcpy/m-p/834685#M102</guid>
      <dc:creator>XiangNingJiao1</dc:creator>
      <dc:date>2016-11-09T07:28:09Z</dc:date>
    </item>
  </channel>
</rss>

