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


INAServerVRPParams.DirectionsStyleName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerVRPParams.DirectionsStyleName Property

Name of the directions style to use when generating directions.

[Visual Basic .NET]
Public Property DirectionsStyleName As String
[C#]
public string DirectionsStyleName {get; set;}
[C++]
HRESULT get_DirectionsStyleName(
  BSTR* DirectionsStyleName
);
[C++]
HRESULT put_DirectionsStyleName(
  BSTR DirectionsStyleName
);
[C++]

Parameters DirectionsStyleName [out, retval] DirectionsStyleName is a parameter of type BSTR DirectionsStyleName [in] DirectionsStyleName is a parameter of type BSTR

Product Availability

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

See Also

INAServerVRPParams Interface