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


ICourse.CurveDirectionType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Editor)  

ICourse.CurveDirectionType Property

If the course type is esriCTCurve, defines the curve direction type of the third value.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

If the course being added is of type esriCTCurve, the direction of the geometry segment is specified with this property. The direction is defined in the Measure3 property.

See Also

ICourse Interface