This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerClosestFacilityParams3 Interface > INAServerClosestFacilityParams3.DirectionsStyleName Property (ArcObjects .NET 10.5 SDK) |
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
DirectionsStyleName defines name of the formatting style of directions. For the list of supported styles see NAServer.GetNetworkDescription and NAServerNetworkDirections class.