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


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

INASolverSettings.NumTransitionToHierarchy Property

The number of lower level junctions to explore before searching the next hierarchy level.

[Visual Basic .NET]
Public Function get_NumTransitionToHierarchy ( _
    ByVal toLevel As Integer _
) As Integer
[Visual Basic .NET]
Public Sub set_NumTransitionToHierarchy ( _
    ByVal toLevel As Integer, _
    ByVal Value As Integer _
)
[C#]
public int get_NumTransitionToHierarchy (
    int toLevel
);
[C#]
public void set_NumTransitionToHierarchy (
    int toLevel,
    int Value
);
[C++]
HRESULT get_NumTransitionToHierarchy(
  long toLevel,
  long Value
);
[C++]
HRESULT put_NumTransitionToHierarchy(
  long toLevel,
  System.Int32* Value
);
[C++]
Parameters
toLevel [in]

toLevel is a parameter of type long Value [in]
Value is a parameter of type long toLevel [in]
toLevel is a parameter of type long Value [out, retval]
Value is a parameter of type long*

Product Availability

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

Errors Returned

NumTransitionToHierarchy will return errors if:

 

Remarks

NumTransitionToHierarchy is deprecated and should no longer be used.

See Also

INASolverSettings Interface