ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing.COGO Namespace / BaseCurveDefinition Class / CentralAngle Property

In This Topic
    CentralAngle Property (BaseCurveDefinition)
    In This Topic
    Gets and sets the central angle value. An angle more than 180 degrees indicates a major arc.
    Syntax
    Public Property CentralAngle As Nullable(Of Double)
    public Nullable<double> CentralAngle {get; set;}
    Remarks
    Value should be in decimal degrees.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also