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


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

INetworkEdge.TurnParticipationType Property

Participation of this network edge element within a network turn element.

[Visual Basic .NET]
Public ReadOnly Property TurnParticipationType As esriNetworkTurnParticipationType
[C#]
public esriNetworkTurnParticipationType TurnParticipationType {get;}
[C++]
HRESULT get_TurnParticipationType(
void
);

Product Availability

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

See Also

INetworkEdge Interface