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


INAServerNetworkDirections.AvailableStyleNames Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerNetworkDirections.AvailableStyleNames Property

Names of the direction styles available on the system.

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

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

Product Availability

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

Remarks

AvailableStyleNames contains a list of available directions styles.

See Also

INAServerNetworkDirections Interface