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


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

INAServerClosestFacilityParams3.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.

Remarks

DirectionsOutputType defines the type of content of directions.

See Also

INAServerClosestFacilityParams3 Interface