The maximum value for the specified hierarchy level in the network dataset.
[Visual Basic .NET] Public Function get_MaxValueForHierarchy ( _ ByVal level As Integer _ ) As Integer
[Visual Basic .NET] Public Sub set_MaxValueForHierarchy ( _ ByVal level As Integer, _ ByVal Value As Integer _ )
[C#] public int get_MaxValueForHierarchy ( int level );
[C#] public void set_MaxValueForHierarchy ( int level, int Value );
[C++]
HRESULT get_MaxValueForHierarchy(
long level,
long* Value
);
[C++]
HRESULT put_MaxValueForHierarchy(
long level,
long Value
);
[C++]Parameters
level [in] level is a parameter of type long Value [out, retval] Value is a parameter of type long level [in] level is a parameter of type long Value [in] Value is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.