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


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

INASolverSettings.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. Requires Network Analyst Extension.

Remarks

UseHierarchy specifies if the network analyst solver should use the hierarchy information during solve. For example, the route, closest facility and OD matrix solvers can use this information to quickly solve on very large networks.

See Also

INASolverSettings Interface

.NET Samples

ArcGIS Network Analyst extension Engine application