ArcObjects Library Reference (NetworkAnalyst)  

INAStreetDirections.Summary Property

The summary information.

[Visual Basic .NET]
Public ReadOnly Property Summary As INAStreetDirection
[C#]
public INAStreetDirection Summary {get;}
[C++]
HRESULT get_Summary(
  INAStreetDirection** Direction
);
[C++]

Parameters

Direction [out, retval]

  Direction is a parameter of type INAStreetDirection

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

Summary gives access to INAStreetDirection which provides a summary of the route (e.g. total distance).

See Also

INAStreetDirections Interface