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


INetworkGlobalTurnDelayCategory.CrossRoadCategory Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkGlobalTurnDelayCategory Interface > INetworkGlobalTurnDelayCategory.CrossRoadCategory Property
ArcGIS Developer Help

INetworkGlobalTurnDelayCategory.CrossRoadCategory Property

The road category of the most major cross road of turns in this turn delay category.

[Visual Basic .NET]
Public ReadOnly Property CrossRoadCategory As esriNetworkRoadCategory
[C#]
public esriNetworkRoadCategory CrossRoadCategory {get;}
[C++]
HRESULT get_CrossRoadCategory(
  esriNetworkRoadCategory* CrossRoadCategory
);
[C++]
Parameters
CrossRoadCategory [out, retval]

CrossRoadCategory is a parameter of type esriNetworkRoadCategory*

Product Availability

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

See Also

INetworkGlobalTurnDelayCategory Interface