com.esri.arcgis.editor
Interface esriCurveParameter

All Superinterfaces:
Serializable

public interface esriCurveParameter
extends Serializable

Options for the type of parameter used to define a circular arc. A circular arc can be defined by any two of these parameters.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows


Field Summary
static int esriCPAngle
          Parameter describes the central angle of the curve, also known as the delta angle.
static int esriCPArc
          Parameter describes the arc distance along the curve.
static int esriCPChord
          Parameter describes a chord distance.
static int esriCPRadius
          Parameter describes the radius of the curve.
 

Field Detail

esriCPChord

static final int esriCPChord
Parameter describes a chord distance.

See Also:
Constant Field Values

esriCPAngle

static final int esriCPAngle
Parameter describes the central angle of the curve, also known as the delta angle.

See Also:
Constant Field Values

esriCPArc

static final int esriCPArc
Parameter describes the arc distance along the curve.

See Also:
Constant Field Values

esriCPRadius

static final int esriCPRadius
Parameter describes the radius of the curve.

See Also:
Constant Field Values