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


In This Topic
    BaseCurveDefinition Class Members
    In This Topic

    The following tables list the members exposed by BaseCurveDefinition.

    Public Properties
     NameDescription
    Public Property Gets and sets the arc length value.  
    Public Property Gets and sets the central angle value. An angle more than 180 degrees indicates a major arc.  
    Public Property Gets and sets the chord length value. A negative chord length indicates a major arc.  
    Public Property Gets if the curve definition is defined by an arc length.  
    Public Property Gets if the curve definition is defined by a central angle.  
    Public Property Gets if the curve definition is defined by a chord length.  
    Public Property Gets if the curve definition is defined by a radius.  
    Public Property Gets and sets the radius value. A negative radius indicates a counter clockwise curve.  
    Top
    Public Methods
     NameDescription
    Public Method Calculates the arc length for the curve.  
    Public Method Calculates the central angle for the curve. The value is returned in decimal degrees.  
    Public Method Calculates the chord length for the curve.  
    Public Method Determines if the arc length can be calculated from the curve definition.  
    Public Method Determines if the central angle can be calculated from the curve definition.  
    Public Method Determines if the chord length can be calculated from the curve definition.  
    Top
    See Also