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


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

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(
  System.Int32* Count
);
[C++]
Parameters
Count [in]

Count is a parameter of type long Count [out, retval]
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