ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing.COGO Namespace / COGOLine Class
Properties Methods


In This Topic
    COGOLine Class Members
    In This Topic

    The following tables list the members exposed by COGOLine.

    Public Properties
     NameDescription
    Public PropertyGets the arc length value. Can be null; see IsDefinedByArcLength.  
    Public PropertyGets the central angle value. Can be null; see IsDefinedByCentralAngle.  
    Public PropertyGets the P:ArcGIS.Desktop.Editing.COGO.COGOLine.COGOLineGeometryType  
    Public Property Gets the deflection angle of the COGO line if it's defined with one.  
    Public PropertyGets 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.  
    Public PropertyGets 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.  
    Public Property Gets if the COGO line is a circular arc.  
    Public PropertyGets if the ArcLength is defined.  
    Public PropertyGets if the CentralAngle is defined.  
    Public PropertyGets if the COGOLine is defined with a chord direction. This is applicable if the COGOLine is a circular arc. See IsCircularArc.  
    Public PropertyGets if the Distance is defined as a chord length. This is applicable if the COGOLine is a circular arc. See IsCircularArc.  
    Public PropertyGets if the COGOLine is defined with a radial direction. This is applicable if the COGOLine is a circular arc. See IsCircularArc.  
    Public PropertyGets if the COGOLine is defined with a tangent direction. This is applicable if the COGOLine is a circular arc. See IsCircularArc.  
    Public Property Gets if the COGO line is a straight line  
    Public Property Gets the radius value. A negative radius indicates a counter clockwise arc.  
    Top
    Public Methods
     NameDescription
    Public MethodGets the CircularArcDefinition for this COGOLine.  
    Top
    See Also