This document is archived and information here might be outdated. Recommended version. |
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
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.