The type of the course being added.
[Visual Basic .NET] Public Property CourseType As esriCourseType
[C#] public esriCourseType CourseType {get; set;}
Product Availability
Description
Specifies the type of course that will be added when the Add method is used.
There are four course types;
esriCTDirectionDistance - Add a straight course defined by a direction and a distance.
esriCTAngleDistance - Add a straight course defined by an angle from the previous course and a distance.
esriCTCurve - Add a non-tangent curve course. Any of the following parameters can be used to define the curve; Radius, Arc, Angle or Curve. The TurnDirection specifies that the course will be curving to the left or to the right. The direction of the curve can be specified as a tangent, a radial toward the center point or a chord direction.
esriCTTangentCurve - Add a curve that is tangent to the previous course. Use the same parameters as the esriCTCurve to define the curve.