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


INAStreetDirections.Summary Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAStreetDirections Interface > INAStreetDirections.Summary Property
ArcGIS Developer Help

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