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,
long Value
);
[C++]Parameters
toLevel [in] toLevel is a parameter of type long Value [out, retval] Value is a parameter of type long toLevel [in] toLevel 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.
Errors Returned
NumTransitionToHierarchy will return errors if:
- The toLevel passed in is less than zero.
- The toLevel passed in is greater than the highest valid hierarchy level.
- The attempted Value passed in is less than one.
Remarks
NumTransitionToHierarchy is deprecated and should no longer be used.