ArcObjects Library Reference (GeoDatabase)  

INetworkEdge2.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(
  esriNetworkTurnParticipationType* turnParticipation
);
[C++]

Parameters

turnParticipation [out, retval]

  turnParticipation is a parameter of type esriNetworkTurnParticipationType

Product Availability

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

See Also

INetworkEdge2 Interface