ArcObjects Library Reference (NetworkAnalyst)  

INASolverSettings.HierarchyLevelCount Property

The number of levels in the hierarchy attribute.

[Visual Basic .NET]
Public Property HierarchyLevelCount As Integer
[C#]
public int HierarchyLevelCount {get; set;}
[C++]
HRESULT get_HierarchyLevelCount(
  long* Count
);
[C++]
HRESULT put_HierarchyLevelCount(
  long Count
);
[C++]

Parameters

Count [out, retval]   Count is a parameter of type long Count [in]   Count is a parameter of type long

Product Availability

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

Remarks

HierarchyLevelCount is deprecated and should no longer be used.

See Also

INASolverSettings Interface