This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INASolverSettings Interface > INASolverSettings.HierarchyAttributeName Property (ArcObjects .NET 10.5 SDK) |
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
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.