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


INACompactStreetDirectionsAgent2.StyleName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INACompactStreetDirectionsAgent2.StyleName Property

Style name to use when generating directions.

[Visual Basic .NET]
Public Property StyleName As String
[C#]
public string StyleName {get; set;}
[C++]
HRESULT get_StyleName(
  BSTR* pStyleName
);
[C++]
HRESULT put_StyleName(
  BSTR pStyleName
);
[C++]

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

Product Availability

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

See Also

INACompactStreetDirectionsAgent2 Interface