This document is archived and information here might be outdated.  Recommended version.


INAStreetDirections.Summary Property (ArcObjects .NET 10.4 SDK)
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