This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkForwardStarEx Interface > INetworkForwardStarEx.MaxTraversableHierarchyValue Property (ArcObjects .NET 10.5 SDK) |
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
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.