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


ITraverseWindow.TurnDirection Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IT > ITraverseWindow Interface > ITraverseWindow.TurnDirection Property
ArcGIS Developer Help

ITraverseWindow.TurnDirection Property

If the course type is esriCTCurve or esriCTTangentCurve, indicates if the curve turns to the left or right.

[Visual Basic .NET]
Public Property TurnDirection As esriTurnDirection
[C#]
public esriTurnDirection TurnDirection {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The TurnDirection property defines which way a circular arc geometry turns, to the left or right. The property is only used when the course type is either esriCTCurve or esruCTTangentCurve

See Also

ITraverseWindow Interface