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