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 > INACompactStreetDirectionsAgent2 Interface > INACompactStreetDirectionsAgent2.StyleName Property (ArcObjects .NET 10.5 SDK) |
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