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


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

INAServerVRPParams.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 [in]

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

Product Availability

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

See Also

INAServerVRPParams Interface