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


In This Topic
    CircularArcDefinition Class Members
    In This Topic

    The following tables list the members exposed by CircularArcDefinition.

    Public Constructors
     NameDescription
    Public Constructor Default constructor.  
    Top
    Public Properties
     NameDescription
    Public Property Gets and sets the arc length value. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition)
    Public Property Gets and sets the central angle value. An angle more than 180 degrees indicates a major arc. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition)
    Public Property Gets and sets the chord direction.  
    Public Property Gets and sets the chord length value. A negative chord length indicates a major arc. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition)
    Public Property Gets if the curve definition is defined by an arc length. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition)
    Public Property Gets if the curve definition is defined by a central angle. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition)
    Public Property Gets if the circular arc definition is defined by a chord direction.  
    Public Property Gets if the curve definition is defined by a chord length. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition)
    Public Property Gets if the circular arc definition is defined by a radial direction.  
    Public Property Gets if the curve definition is defined by a radius. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition)
    Public Property Gets if the circular arc definition is defined by a tangent direction.  
    Public Property Gets and sets the radial direction.  
    Public Property Gets and sets the radius value. A negative radius indicates a counter clockwise curve. (Inherited from ArcGIS.Desktop.Editing.COGO.BaseCurveDefinition)
    Public Property Gets and sets the tangent direction.  
    Top
    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