If the course type is esriCTCurve or esriCTTangentCurve, describes the type of curve paramater that the ith measure text represents.
[Visual Basic .NET] Public Function get_CurveParameter ( _ ByVal index As Integer _ ) As esriCurveParameter
[Visual Basic .NET] Public Sub set_CurveParameter ( _ ByVal index As Integer, _ ByVal curveParam As esriCurveParameter _ )
[C#] public esriCurveParameter get_CurveParameter ( int index );
[C#] public void set_CurveParameter ( int index, esriCurveParameter curveParam );
Product Availability
Available with ArcGIS Desktop.
Remarks
Setting the CurveParameter will affect what the value of the MeasureText at the equivalent index location. You can only set the CurveParameter for index 0 or 1.
The CurveParameter value is only used when the course type is esriCTCurve or esriCTTangentCurve.
A circular arc can be specified by two of the following curve parameters;
- Chord - length along the chord
- Angle - also known as delta angle is the central angle of the curve
- Radius - radius length of the curve
- Arc - length along the curve.