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


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

INetworkGlobalTurnDelayEvaluator.TurnDelayCategories Property

Array of global turn delay categories in this evaluator.

[Visual Basic .NET]
Public Property TurnDelayCategories As IArray
[C#]
public IArray TurnDelayCategories {get; set;}
[C++]
HRESULT get_TurnDelayCategories(
  IArray** categories
);
[C++]
HRESULT putref_TurnDelayCategories(
  IArray* categories
);
[C++]
Parameters
categories [out, retval]

categories is a parameter of type IArray** categories [in]
categories is a parameter of type IArray*

Product Availability

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

Remarks

The TurnDelayCategories is an array of NetworkGlobalTurnDelayCategory objects that define the classification of turn types for this evaluator.  Each category is defined by the turning angle, the road category for the starting and finishing road of the turn, and the road category for any other crossroads at that intersection.  For each category, a travel time, measured in seconds, is specified.

See Also

INetworkGlobalTurnDelayEvaluator Interface