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 | ||
---|---|---|
AngleCategory | The turn angle category (straight, reverse, right, or left) of turns in this turn delay category. | |
CrossRoadCategory | The road category of the most major cross road of turns in this turn delay category. | |
FromRoadCategory | The road category of the from road of turns in this turn delay category. | |
Initialize | Initializes the seconds and specifies the referenced category of global turns. | |
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). | |
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.