ArcObjects Library Reference (NetworkAnalyst)  

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(
  BSTR AttributeName
);
[C++]

Parameters

AttributeName [out, retval]   AttributeName is a parameter of type BSTR AttributeName [in]   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