BUG
In ArcObjects, calling the INetworkJunction::EdgeCount() method on a junction at the end of a self-looping feature, a feature that has the same start and end vertex, returns the incorrect number of edges.
For example, if a junction was adjacent to only one edge such that both ends of the edge were adjacent to that junction, the EdgeCount() method will incorrectly return 2 when it should return 1, since there is only one edge adjacent to that junction.
The INetworkJunction::EdgeCount() method is incorrectly returning the cardinality of the junction, the number of different ways to enter or leave the junction, instead of the actual number of edges adjacent to the junction.
Article ID:000007799
Get help from ArcGIS experts
Download the Esri Support App