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


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

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