<?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: ForwardStar or something like that in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/forwardstar-or-something-like-that/m-p/1306961#M10024</link>
    <description>&lt;P&gt;Since the&amp;nbsp;utility network is primarily a services-based system, access to fine-grained topology is not available on the client, which includes the Pro SDK.&lt;/P&gt;&lt;P&gt;If the existing analytics framework is not sufficient for your use cases, you can write a custom Server Object Extension using the Enterprise SDK. &amp;nbsp;This SDK, which runs on the server, provides IForwardStar-like capabilities.&lt;/P&gt;&lt;P&gt;I hope this helps answer the question.&lt;/P&gt;&lt;P&gt;--Rich&lt;/P&gt;</description>
    <pubDate>Mon, 10 Jul 2023 15:04:24 GMT</pubDate>
    <dc:creator>RichRuh</dc:creator>
    <dc:date>2023-07-10T15:04:24Z</dc:date>
    <item>
      <title>ForwardStar or something like that</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/forwardstar-or-something-like-that/m-p/1306765#M10023</link>
      <description>&lt;P&gt;ArcObjects had ForwardStar, GetToFromJunctions, and GetAdjacentEdges that allows walking the network for analysis purposes and to help with interfaces to other system.&lt;/P&gt;&lt;P&gt;Is there something like that available in the Pro UN API?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jul 2023 15:18:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/forwardstar-or-something-like-that/m-p/1306765#M10023</guid>
      <dc:creator>FenuxLabs</dc:creator>
      <dc:date>2023-07-08T15:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: ForwardStar or something like that</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/forwardstar-or-something-like-that/m-p/1306961#M10024</link>
      <description>&lt;P&gt;Since the&amp;nbsp;utility network is primarily a services-based system, access to fine-grained topology is not available on the client, which includes the Pro SDK.&lt;/P&gt;&lt;P&gt;If the existing analytics framework is not sufficient for your use cases, you can write a custom Server Object Extension using the Enterprise SDK. &amp;nbsp;This SDK, which runs on the server, provides IForwardStar-like capabilities.&lt;/P&gt;&lt;P&gt;I hope this helps answer the question.&lt;/P&gt;&lt;P&gt;--Rich&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2023 15:04:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/forwardstar-or-something-like-that/m-p/1306961#M10024</guid>
      <dc:creator>RichRuh</dc:creator>
      <dc:date>2023-07-10T15:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: ForwardStar or something like that</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/forwardstar-or-something-like-that/m-p/1333757#M10494</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/451070"&gt;@FenuxLabs&lt;/a&gt;&amp;nbsp;Another approach is to use the Export Subnetwork or Trace tool to export the connectivity to a JSON file and use the resulting file to walk the graph. You can find a code sample of how to do this along with instructions over on this community article page:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-utility-network-documents/parsing-utility-network-json-files/ta-p/1314718" target="_blank"&gt;Parsing Utility Network Exports (esri.com).&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 14:42:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/forwardstar-or-something-like-that/m-p/1333757#M10494</guid>
      <dc:creator>RobertKrisher</dc:creator>
      <dc:date>2023-09-29T14:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: ForwardStar or something like that</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/forwardstar-or-something-like-that/m-p/1707247#M13565</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/186507"&gt;@RobRob&lt;/a&gt;&amp;nbsp; and/or&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/114916"&gt;@RichRuh&lt;/a&gt;&amp;nbsp;-&lt;/P&gt;&lt;P&gt;As documented in the article you reference above, the export subnetwork JSON describes an "un-directed graph" of the subnetwork.&amp;nbsp; Without writing one's own equivalent of a ForwardStar, is there some way to define directionality on this?&lt;/P&gt;&lt;P&gt;Currently in the UN we use the ArcFM FeederTrace to create a device hierarchy for a feeder.&amp;nbsp; That is, each device knows its parent device.&amp;nbsp; &amp;nbsp;I was hoping to create the same from a subnetwork export, but am currently stuck on the "un-directed" part.&lt;/P&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2026 19:19:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/forwardstar-or-something-like-that/m-p/1707247#M13565</guid>
      <dc:creator>EdwardBlair</dc:creator>
      <dc:date>2026-06-09T19:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: ForwardStar or something like that</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/forwardstar-or-something-like-that/m-p/1707248#M13566</link>
      <description>&lt;P&gt;If you export the results of a trace using export subnetwork (or upstream/downstream trace) using ArcGIS Enterprise 12.1 and ArcGIS Pro 3.7 you will see an "include flow direction" option that will let you know the orientation of each line in the network with respect to the flow calculated by the subnetwork controller.&lt;/P&gt;&lt;P&gt;See more here:&amp;nbsp;&lt;A href="https://www.esri.com/arcgis-blog/products/utility-network/electric-gas/utility-network-2026" target="_blank"&gt;What's new for ArcGIS Utility Network with the 2026 Network Management Release&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2026 19:23:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/forwardstar-or-something-like-that/m-p/1707248#M13566</guid>
      <dc:creator>RobertKrisher</dc:creator>
      <dc:date>2026-06-09T19:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: ForwardStar or something like that</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/forwardstar-or-something-like-that/m-p/1707249#M13567</link>
      <description>&lt;P&gt;Of COURSE .... its in the next release.&amp;nbsp; &amp;nbsp; You're killing me man.&amp;nbsp; &amp;nbsp; Anyway, thanks for the info.&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2026 19:29:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/forwardstar-or-something-like-that/m-p/1707249#M13567</guid>
      <dc:creator>EdwardBlair</dc:creator>
      <dc:date>2026-06-09T19:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: ForwardStar or something like that</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/forwardstar-or-something-like-that/m-p/1707259#M13568</link>
      <description>&lt;P&gt;ArcGIS Pro 3.7/ArcGIS Enterprise 12.1 is latest publicly available Network Management Release and not the release coming out later this year. But you may be referring to current as in the release of ArcGIS for the project you're currently on.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2026 19:50:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/forwardstar-or-something-like-that/m-p/1707259#M13568</guid>
      <dc:creator>RobertKrisher</dc:creator>
      <dc:date>2026-06-09T19:50:24Z</dc:date>
    </item>
  </channel>
</rss>

