| Name | Description | |
|---|---|---|
![]() | ArcLength | Gets the arc length value. Can be null; see IsDefinedByArcLength. |
![]() | CentralAngle | Gets the central angle value. Can be null; see IsDefinedByCentralAngle. |
![]() | COGOLineGeometryType | Gets the P:ArcGIS.Desktop.Editing.COGO.COGOLine.COGOLineGeometryType |
![]() | DeflectionAngle | Gets the deflection angle of the COGO line if it's defined with one. |
![]() | Direction | Gets the direction value. If IsStraightLine, then this is the direction of the line. If IsCircularArc, then this is the direction of the chord line, tangent or the radial. |
![]() | Distance | Gets the distance value. If IsStraightLine, then this is the distance between end points of the line. If IsCircularArc, then this is the distance along the chord line between the end points. |
![]() | IsCircularArc | Gets if the COGO line is a circular arc. |
![]() | IsDefinedByArcLength | Gets if the ArcLength is defined. |
![]() | IsDefinedByCentralAngle | Gets if the CentralAngle is defined. |
![]() | IsDefinedByChordDirection | Gets if the COGOLine is defined with a chord direction. This is applicable if the COGOLine is a circular arc. See IsCircularArc. |
![]() | IsDefinedByChordLength | Gets if the Distance is defined as a chord length. This is applicable if the COGOLine is a circular arc. See IsCircularArc. |
![]() | IsDefinedByRadialDirection | Gets if the COGOLine is defined with a radial direction. This is applicable if the COGOLine is a circular arc. See IsCircularArc. |
![]() | IsDefinedByTangentDirection | Gets if the COGOLine is defined with a tangent direction. This is applicable if the COGOLine is a circular arc. See IsCircularArc. |
![]() | IsStraightLine | Gets if the COGO line is a straight line |
![]() | Radius | Gets the radius value. A negative radius indicates a counter clockwise arc. |

