ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing.COGO Namespace / CircularArcDefinition Class


In This Topic
    CircularArcDefinition Class Methods
    In This Topic

    For a list of all members of this type, see CircularArcDefinition members.

    Public Methods
     NameDescription
    Public Method Calculates the arc length for the curve. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition)
    Public Method Calculates the central angle for the curve. The value is returned in decimal degrees. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition)
    Public Method Calculates the chord direction for the arc. The value is returned in North Azimuth decimal degrees.  
    Public Method Calculates the chord length for the curve. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition)
    Public Method Calculates the radial direction for the arc. The value is returned in North Azimuth decimal degrees.  
    Public Method Calculates the tangent direction for the arc.The value is returned in North Azimuth decimal degrees.  
    Public Method Determines if the arc length can be calculated from the curve definition. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition)
    Public Method Determines if the central angle can be calculated from the curve definition. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition)
    Public Method Determines if the chord direction can be calculated from the arc definition.  
    Public Method Determines if the chord length can be calculated from the curve definition. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition)
    Public Method Determines if the radial direction can be calculated from the arc definition.  
    Public Method Determines if the tangent direction can be calculated from the arc definition.  
    Public Method Gets if the curve definition is valid. That is, if the minimum set of values are defined.  
    Top
    See Also