Network Analyst - Get Route/Paths/Directions

413
0
01-17-2013 03:43 AM
Martin_AloisPrinz
New Contributor
Hi,

while exporting directions to xml, paths "objects" are created below route tags.

<ROUTE id="3" name="Salzburg Hauptbahnhof - Bad Ischl Bahnhof">
    <PATH id="1" fromStop="Salzburg Hauptbahnhof" toStop="Salzburg Kiesel">
      <DIRECTION id="1" distance="0.000000" cumul_length="0.000000" time="0.000000" drivetime="0.000000" turn_angle="0.000000" depart_bearing="0.000000" general_bearing="0.000000" maneuvertype="depart">

While it's easy to access route and direction tags from arcobjects (INAStreetDirectionsContainer,INAStreetDirections), I can find a way to access those path objects.

Thanks!
0 Kudos
0 Replies