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


INetworkGlobalTurnDelayEvaluator.UseCustomRoadCategoryRanges 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.UseCustomRoadCategoryRanges Property
ArcGIS Developer Help

INetworkGlobalTurnDelayEvaluator.UseCustomRoadCategoryRanges Property

Indicates whether to use custom road category ranges.

[Visual Basic .NET]
Public Property UseCustomRoadCategoryRanges As Boolean
[C#]
public bool UseCustomRoadCategoryRanges {get; set;}
[C++]
HRESULT get_UseCustomRoadCategoryRanges(
  Boolean* Flag
);
[C++]
HRESULT put_UseCustomRoadCategoryRanges(
  VARIANT_BOOL Flag
);
[C++]
Parameters
Flag [out, retval]

Flag is a parameter of type bool* Flag [in]
Flag is a parameter of type bool

Product Availability

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

Remarks

The UseCustomRoadCategoryRanges property specifies whether to use the custom road category maximum values specified on this evaluator.  If set to True, then the CustomPrimaryRoadCategoryMaxValue and CustomSecondaryRoadCategoryMaxValue properties will be used to determine whether a given road is a primary, secondary, or local road.  If set to False, then the MaxValueForHierarchy values on the DENetworkDataset will be used to determine the road classification.

See Also

INetworkGlobalTurnDelayEvaluator Interface