ArcObjects Library Reference (GeoDatabase)  

INetworkGlobalTurnDelayCategory Interface

Provides access to members that specify the turn delay for a specified category of global turns.

Product Availability

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

Description

This interface is new at ArcGIS 9.3.

Members

Description
Read-only property AngleCategory The turn angle category (straight, reverse, right, or left) of turns in this turn delay category.
Read-only property CrossRoadCategory The road category of the most major cross road of turns in this turn delay category.
Read-only property FromRoadCategory The road category of the from road of turns in this turn delay category.
Method Initialize Initializes the seconds and specifies the referenced category of global turns.
Read/write property Seconds The expected traversal time in seconds of turns associated with this turn delay category (matching angle, from road, to road, and cross road categories).
Read-only property ToRoadCategory The road category of the to road of turns in this turn delay category.

CoClasses that implement INetworkGlobalTurnDelayCategory

CoClasses and Classes Description
NetworkGlobalTurnDelayCategory A container for defining global turn delay for a specified angle category and from, to, and cross road category.

Remarks

The INetworkGlobalTurnDelayCategory interface accesses the settings of a NetworkGlobalTurnDelayCategory object, such as the road classifications, angle, and travel time for each category.

Immediately after co-creating the object, use the Initialize method to define all five properties of the category.  After the category has been defined, you can modify the travel time for this category by setting the Seconds property.