This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Constants > E > esriCurveParameter Constants (ArcObjects .NET 10.4 SDK) |
Options for the type of parameter used to define a circular arc. A circular arc can be defined by any two of these parameters.
Constant | Value | Description |
---|---|---|
esriCPChord | 0 | Parameter describes a chord distance. |
esriCPAngle | 1 | Parameter describes the central angle of the curve, also known as the delta angle. |
esriCPArc | 2 | Parameter describes the arc distance along the curve. |
esriCPRadius | 3 | Parameter describes the radius of the curve. |