ArcObjects Library Reference (NetworkAnalyst)  

INACompactStreetDirectionsAgent2.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

INACompactStreetDirectionsAgent2 Interface