<?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: Not able to get trace tool output in pycharm in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/not-able-to-get-trace-tool-output-in-pycharm/m-p/1294396#M67753</link>
    <description>&lt;P&gt;The results are the paths to the feature classes. You can use the arcpy.da.SearchCursor() to iterate through any of the result feature classes to access the attribute table information.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/data-access/searchcursor-class.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/arcpy/data-access/searchcursor-class.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 31 May 2023 08:31:28 GMT</pubDate>
    <dc:creator>Clubdebambos</dc:creator>
    <dc:date>2023-05-31T08:31:28Z</dc:date>
    <item>
      <title>Not able to get trace tool output in pycharm</title>
      <link>https://community.esri.com/t5/python-questions/not-able-to-get-trace-tool-output-in-pycharm/m-p/1292938#M67727</link>
      <description>&lt;P&gt;I am running the arcgis pro utility network Trace tool in pycharm and storing the results in a variable but from that variable i am not getting the traced features, any suggestions how will i get the traced features.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;import &lt;/SPAN&gt;arcpy&lt;BR /&gt;gdb = "some_gdb&lt;SPAN&gt;"&lt;BR /&gt;&lt;/SPAN&gt;arcpy.env.workspace = gdb&lt;BR /&gt;fds = arcpy.ListDatasets(&lt;SPAN&gt;"*"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"Feature"&lt;/SPAN&gt;)&lt;BR /&gt;results = arcpy.un.Trace()&lt;BR /&gt;for i in results:&lt;BR /&gt;   print(i)&lt;/PRE&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kumarprince8071_0-1685001099511.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/71649i048F72D1F77B03CE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kumarprince8071_0-1685001099511.png" alt="kumarprince8071_0-1685001099511.png" /&gt;&lt;/span&gt;&lt;P&gt;I am getting results like this any suggestions how will i get the traced features.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 25 May 2023 07:52:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/not-able-to-get-trace-tool-output-in-pycharm/m-p/1292938#M67727</guid>
      <dc:creator>kumarprince8071</dc:creator>
      <dc:date>2023-05-25T07:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to get trace tool output in pycharm</title>
      <link>https://community.esri.com/t5/python-questions/not-able-to-get-trace-tool-output-in-pycharm/m-p/1294396#M67753</link>
      <description>&lt;P&gt;The results are the paths to the feature classes. You can use the arcpy.da.SearchCursor() to iterate through any of the result feature classes to access the attribute table information.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/data-access/searchcursor-class.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/arcpy/data-access/searchcursor-class.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 08:31:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/not-able-to-get-trace-tool-output-in-pycharm/m-p/1294396#M67753</guid>
      <dc:creator>Clubdebambos</dc:creator>
      <dc:date>2023-05-31T08:31:28Z</dc:date>
    </item>
  </channel>
</rss>

