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(
long* 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.