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 > INetworkForwardStarSetup Interface > INetworkForwardStarSetup.MaxHierarchyValue Property (ArcObjects .NET 10.5 SDK) |
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
This property has been superceded by the MaxTraversableHierarchyValue property on the INetworkForwardStarEx interface. Please refer to that interface for usage instructions.