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


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

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(
  System.Int32* MaxValue
);
[C++]
Parameters
MaxValue [in]

MaxValue is a parameter of type long MaxValue [out, retval]
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