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


INASolverSettings.MaxValueForHierarchy Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INASolverSettings.MaxValueForHierarchy Property

The maximum value of the hierarchy attribute.

[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. Requires Network Analyst Extension.

Remarks

MaxValueForHierarchy is deprecated and should no longer be used.

See Also

INASolverSettings Interface