I want to write a arcpy tool that can retrieve connected edges and their attributes of a single edge in a road network.
Any one know how does the network analysis tool in arcgis build the network dataset, please? The network dataset is built very quickly in a binary proprietary format with a of ??????Newtork_ND.nd folder, and the [Network Identify Tool] can easily find the connected edges and junctions of any selected edge. [ATTACH=CONFIG]16740[/ATTACH]
Is there a way to read those attributes by using arpcy? Or build a similar network class that contains those topological relationship?