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


INAServerTravelMode.UseHierarchy Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerTravelMode.UseHierarchy Property

Indicates if the hierarchy attribute for the network should be used in analysis.

[Visual Basic .NET]
Public ReadOnly Property UseHierarchy As Boolean
[C#]
public bool UseHierarchy {get;}
[C++]
HRESULT get_UseHierarchy(
  VARIANT_BOOL* UseHierarchy
);
[C++]

Parameters UseHierarchy [out, retval] UseHierarchy is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

INAServerTravelMode Interface