com.esri.arcgis.editor
Interface esriCurveDirectionType

All Superinterfaces:
Serializable

public interface esriCurveDirectionType
extends Serializable

Options for the type of direction used to describe a non-tangent curve.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows


Field Summary
static int esriCDTChord
          The direction is along the chord.
static int esriCDTRadial
          The direction is radial, toward the center of the curve.
static int esriCDTTangent
          The direction is along the tangent of the curve, toward the point of tangency.
 

Field Detail

esriCDTChord

static final int esriCDTChord
The direction is along the chord.

See Also:
Constant Field Values

esriCDTRadial

static final int esriCDTRadial
The direction is radial, toward the center of the curve.

See Also:
Constant Field Values

esriCDTTangent

static final int esriCDTTangent
The direction is along the tangent of the curve, toward the point of tangency.

See Also:
Constant Field Values