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