ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* Flag
);
[C++]
HRESULT put_UseCustomRoadCategoryRanges(
  VARIANT_BOOL Flag
);
[C++]

Parameters

Flag [out, retval]   Flag is a parameter of type VARIANT_BOOL Flag [in]   Flag is a parameter of type VARIANT_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