This document is archived and information here might be outdated. Recommended version. |
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*
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.