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


INetworkTravelMode.UseHierarchy Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetworkTravelMode.UseHierarchy Property

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

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

Parameters UseHierarchy [in]
UseHierarchy is a parameter of type bool UseHierarchy [out, retval]
UseHierarchy is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INetworkTravelMode Interface