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

In This Topic
    CanCalculateCentralAngle Method
    In This Topic
    Determines if the central angle can be calculated from the curve definition.
    Syntax
    Public Function CanCalculateCentralAngle() As Boolean
    public bool CanCalculateCentralAngle()

    Return Value

    True if the curve definition has the appropriate values to calculate the central angle.
    Remarks
    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