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


INAServerRouteParams3.DirectionsOutputType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerRouteParams3.DirectionsOutputType Property

Type of directions to generate.

[Visual Basic .NET]
Public Property DirectionsOutputType As esriDirectionsOutputType
[C#]
public esriDirectionsOutputType DirectionsOutputType {get; set;}
[C++]
HRESULT get_DirectionsOutputType(
  esriDirectionsOutputType* DirectionsOutputType
);
[C++]
HRESULT put_DirectionsOutputType(
  esriDirectionsOutputType DirectionsOutputType
);
[C++]

Parameters DirectionsOutputType [out, retval]
DirectionsOutputType is a parameter of type esriDirectionsOutputType DirectionsOutputType [in]
DirectionsOutputType is a parameter of type esriDirectionsOutputType

Product Availability

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

See Also

INAServerRouteParams3 Interface