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


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

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(
  System.String* DirectionsStyleName
);
[C++]
Parameters
DirectionsStyleName [in]

DirectionsStyleName is a parameter of type BSTR DirectionsStyleName [out, retval]
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