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


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

INetworkGlobalTurnDelayEvaluator.CustomSecondaryRoadCategoryMaxValue Property

Custom Secondary road category maximum value.

[Visual Basic .NET]
Public ReadOnly Property CustomSecondaryRoadCategoryMaxValue As Integer
[C#]
public int CustomSecondaryRoadCategoryMaxValue {get;}
[C++]
HRESULT get_CustomSecondaryRoadCategoryMaxValue(
  System.Int32* MaxValue
);
[C++]
Parameters
MaxValue [out, retval]

MaxValue is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The CustomSecondaryRoadCategoryMaxValue determines whether a road is classified as a local road.  If the AttributeValue of the HierarchyClusterAttribute is greater than the CustomSecondaryRoadCategoryMaxValue, then it is a local road.

Note that this property only takes effect if the UseCustomRoadCategoryRanges property is set to True.  Otherwise, the level 2 value of MaxValueForHierarchy will be used instead.

The CustomPrimaryRoadCategoryMaxValue and CustomSecondaryRoadCategoryMaxValue are set by calling SetCustomRoadCategoryMaxValues.

See Also

INetworkGlobalTurnDelayEvaluator Interface