This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkGlobalTurnDelayCategory Interface > INetworkGlobalTurnDelayCategory.FromRoadCategory Property (ArcObjects .NET 10.5 SDK) |
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
The FromRoadCategory property can only be set to esriNRCPrimary, esriNRCSecondary, or esriNRCLocal.