| Name | Description | |
|---|---|---|
![]() | CircularArcDefinition Constructor | Default constructor. |
The following tables list the members exposed by CircularArcDefinition.
| Name | Description | |
|---|---|---|
![]() | CircularArcDefinition Constructor | Default constructor. |
| Name | Description | |
|---|---|---|
![]() | ArcLength | Gets and sets the arc length value. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition) |
![]() | CentralAngle | Gets and sets the central angle value. An angle more than 180 degrees indicates a major arc. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition) |
![]() | ChordDirection | Gets and sets the chord direction. |
![]() | ChordLength | Gets and sets the chord length value. A negative chord length indicates a major arc. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition) |
![]() | IsDefinedByArcLength | Gets if the curve definition is defined by an arc length. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition) |
![]() | IsDefinedByCentralAngle | Gets if the curve definition is defined by a central angle. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition) |
![]() | IsDefinedByChordDirection | Gets if the circular arc definition is defined by a chord direction. |
![]() | IsDefinedByChordLength | Gets if the curve definition is defined by a chord length. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition) |
![]() | IsDefinedByRadialDirection | Gets if the circular arc definition is defined by a radial direction. |
![]() | IsDefinedByRadius | Gets if the curve definition is defined by a radius. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition) |
![]() | IsDefinedByTangentDirection | Gets if the circular arc definition is defined by a tangent direction. |
![]() | RadialDirection | Gets and sets the radial direction. |
![]() | Radius | Gets and sets the radius value. A negative radius indicates a counter clockwise curve. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition) |
![]() | TangentDirection | Gets and sets the tangent direction. |
| Name | Description | |
|---|---|---|
![]() | CalculateArcLength | Calculates the arc length for the curve. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition) |
![]() | CalculateCentralAngle | Calculates the central angle for the curve. The value is returned in decimal degrees. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition) |
![]() | CalculateChordDirection | Calculates the chord direction for the arc. The value is returned in North Azimuth decimal degrees. |
![]() | CalculateChordLength | Calculates the chord length for the curve. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition) |
![]() | CalculateRadialDirection | Calculates the radial direction for the arc. The value is returned in North Azimuth decimal degrees. |
![]() | CalculateTangentDirection | Calculates the tangent direction for the arc.The value is returned in North Azimuth decimal degrees. |
![]() | CanCalculateArcLength | Determines if the arc length can be calculated from the curve definition. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition) |
![]() | CanCalculateCentralAngle | Determines if the central angle can be calculated from the curve definition. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition) |
![]() | CanCalculateChordDirection | Determines if the chord direction can be calculated from the arc definition. |
![]() | CanCalculateChordLength | Determines if the chord length can be calculated from the curve definition. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition) |
![]() | CanCalculateRadialDirection | Determines if the radial direction can be calculated from the arc definition. |
![]() | CanCalculateTangentDirection | Determines if the tangent direction can be calculated from the arc definition. |
![]() | IsValid | Gets if the curve definition is valid. That is, if the minimum set of values are defined. |