Hello,
I have tried to find the equivalent of manually navigating the UN compared to the Geometric Network.
In the old GN world, we developed several tools that just needs the things connected at one hop or travels the network for "short" spans. We used to access INetTopology.GetAdjacentEdge or IEdgeFeature.FromJunctionFeature to do simple one hop connectivity traversing, or IForwardStart.FindAdjacent and IForwardStart.QueryAdjacentEdge when having to travel for a longer distance.
We are now converting our tools to the new Pro SDK world, and we are struggling to find how to port this kind of code, I have found plenty of Trace examples, but this kind of tools are not made for a Trace task, they would need a complete rewrite and this is the last option.
Does anyone know how to navigate the utility network using ArcGIS Pro SDK without using a Trace?
Thank you in advance