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


INACompactStreetDirections.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 > INACompactStreetDirections Interface > INACompactStreetDirections.Summary Property
ArcGIS Developer Help

INACompactStreetDirections.Summary Property

The summary information.

[Visual Basic .NET]
Public ReadOnly Property Summary As INACompactStreetDirectionSummary
[C#]
public INACompactStreetDirectionSummary Summary {get;}
[C++]
HRESULT get_Summary(
  INACompactStreetDirectionSummary** Summary
);
[C++]
Parameters
Summary [out, retval]

Summary is a parameter of type INACompactStreetDirectionSummary**

Product Availability

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

Remarks

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

See Also

INACompactStreetDirections Interface