ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing.COGO Namespace / BaseCurveDefinition Class / CalculateCentralAngle Method

In This Topic
    CalculateCentralAngle Method
    In This Topic
    Calculates the central angle for the curve. The value is returned in decimal degrees.
    Syntax
    Public Function CalculateCentralAngle() As Double
    public double CalculateCentralAngle()

    Return Value

    The curve central angle in decimal degrees.
    Exceptions
    ExceptionDescription
    The central angle cannot be calculated.
    Remarks
    You should use CanCalculateCentralAngle prior to calculating the central angle to determine if the curve definition has the appropriate values. The central angle can be calculated if the curve definition contains a Radius and a ChordLength or a Radius and an ArcLength.
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also