ArcObjects Library Reference (NetworkAnalyst)  

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

Remarks

DirectionsStyleName defines name of the formatting style of directions. For the list of supported styles see NAServer.GetNetworkDescription and NAServerNetworkDirections class.

See Also

INAServerClosestFacilityParams3 Interface