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

In This Topic
    CentralAngle Property (COGOLine)
    In This Topic
    Gets the central angle value. Can be null; see IsDefinedByCentralAngle.
    Syntax
    Public ReadOnly Property CentralAngle As Nullable(Of Double)
    public Nullable<double> CentralAngle {get;}
    Remarks
    The central angle is in decimal degrees.
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also