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


INetworkForwardStarSetup.MaxHierarchyValue Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetworkForwardStarSetup.MaxHierarchyValue Property

Maximum hierarchy attribute value permitted to be returned in the NetworkForwardStarAdjacencies object.

[Visual Basic .NET]
Public Property MaxHierarchyValue As Integer
[C#]
public int MaxHierarchyValue {get; set;}
[C++]
HRESULT get_MaxHierarchyValue(
  long* MaxValue
);
[C++]
HRESULT put_MaxHierarchyValue(
  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

This property has been superceded by the MaxTraversableHierarchyValue property on the INetworkForwardStarEx interface. Please refer to that interface for usage instructions.

See Also

INetworkForwardStarSetup Interface