com.esri.arcgis.editor
Interface esriCurveParameter

All Superinterfaces:
java.io.Serializable

public interface esriCurveParameter
extends java.io.Serializable

Constants from esriCurveParameter' enum. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'Options for the type of parameter used to define a circular arc. A circular arc can be defined by any two of these parameters.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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