ArcObjects Library Reference (GeoDatabase)  

INetworkGlobalTurnDelayCategory.FromRoadCategory Property

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

[Visual Basic .NET]
Public ReadOnly Property FromRoadCategory As esriNetworkRoadCategory
[C#]
public esriNetworkRoadCategory FromRoadCategory {get;}
[C++]
HRESULT get_FromRoadCategory(
  esriNetworkRoadCategory* FromRoadCategory
);
[C++]

Parameters

FromRoadCategory [out, retval]

  FromRoadCategory is a parameter of type esriNetworkRoadCategory

Product Availability

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

Remarks

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

See Also

INetworkGlobalTurnDelayCategory Interface