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


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

ITraverseWindow2.CurveParameter Property

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;

See Also

ITraverseWindow2 Interface