ArcObjects Library Reference (GeoDatabase)  

IDENetworkDataset.HierarchyLevelCount Property

The number of hierarchy levels in the network dataset.

[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.

See Also

IDENetworkDataset Interface