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


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

INACompactStreetDirectionsContainer.DirectionsCount Property

The count of routes for the generated directions.

[Visual Basic .NET]
Public ReadOnly Property DirectionsCount As Integer
[C#]
public int DirectionsCount {get;}
[C++]
HRESULT get_DirectionsCount(
  System.Int32* Count
);
[C++]
Parameters
Count [out, retval]

Count is a parameter of type long*

Product Availability

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

Remarks

DirectionsCount returns the number of NACompactStreetDirections objects that were generated based on the number of routes passed in to INACompactStreetDirectionsAgent::Execute.

See Also

INACompactStreetDirectionsContainer Interface