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


INASolverSettings.HierarchyAttributeName 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.HierarchyAttributeName Property
ArcGIS Developer Help

INASolverSettings.HierarchyAttributeName Property

The name of the hierarchy attribute to be used in analysis.

[Visual Basic .NET]
Public Property HierarchyAttributeName As String
[C#]
public string HierarchyAttributeName {get; set;}
[C++]
HRESULT get_HierarchyAttributeName(
  BSTR AttributeName
);
[C++]
HRESULT put_HierarchyAttributeName(
  System.String* AttributeName
);
[C++]
Parameters
AttributeName [in]

AttributeName is a parameter of type BSTR AttributeName [out, retval]
AttributeName is a parameter of type BSTR*

Product Availability

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

Remarks

HierarchyAttributeName is the attribute in a network dataset that provides hierarchy information to a network solver. For example, the route solver could solve using a drivetime attribute and also use a roadclass hierarchy attribute to find the shortest path.

See Also

INASolverSettings Interface

.NET Samples

ArcGIS Network Analyst extension Engine application