This document is archived and information here might be outdated. Recommended version. |
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 );
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;