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


INetworkForwardStarEx.MaxTraversableHierarchyValue Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkForwardStarEx Interface > INetworkForwardStarEx.MaxTraversableHierarchyValue Property
ArcGIS Developer Help

INetworkForwardStarEx.MaxTraversableHierarchyValue Property

Maximum hierarchy attribute value for elements permitted to be returned in the adjacency queries.

[Visual Basic .NET]
Public Property MaxTraversableHierarchyValue As Integer
[C#]
public int MaxTraversableHierarchyValue {get; set;}
[C++]
HRESULT get_MaxTraversableHierarchyValue(
  System.Int32* MaxValue
);
[C++]
HRESULT put_MaxTraversableHierarchyValue(
  long MaxValue
);
[C++]
Parameters
MaxValue [out, retval]

MaxValue is a parameter of type long* MaxValue [in]
MaxValue is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

If a HierarchyAttribute is specified, then, in calls to QueryAdjacencies, the NetworkForwardStar object will only return network edge elements whose HierarchyAttribute value is less than or equal to the MaxTraversableHierarchyValue value.

See Also

INetworkForwardStarEx Interface