ArcObjects Library Reference (GeoDatabase)  

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