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


INAStreetDirectionsAgent3.AvailableStyleNames Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAStreetDirectionsAgent3.AvailableStyleNames Property

The collection of style names supported by the agent.

[Visual Basic .NET]
Public ReadOnly Property AvailableStyleNames As IStringArray
[C#]
public IStringArray AvailableStyleNames {get;}
[C++]
HRESULT get_AvailableStyleNames(
  IStringArray** ppStyleNames
);
[C++]

Parameters ppStyleNames [out, retval]
ppStyleNames is a parameter of type IStringArray

Product Availability

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

See Also

INAStreetDirectionsAgent3 Interface