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


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

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(
  System.String* 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