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


INetworkGlobalTurnDelayCategory.ToRoadCategory 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.ToRoadCategory Property
ArcGIS Developer Help

INetworkGlobalTurnDelayCategory.ToRoadCategory Property

The road category of the to road of turns in this turn delay category.

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

ToRoadCategory is a parameter of type esriNetworkRoadCategory*

Product Availability

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

Remarks

The ToRoadCategory property can only be set to esriNRCPrimary, esriNRCSecondary, or esriNRCLocal.

See Also

INetworkGlobalTurnDelayCategory Interface