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

In This Topic
    CanCalculateArcLength Method
    In This Topic
    Determines if the arc length can be calculated from the curve definition.
    Syntax
    Public Function CanCalculateArcLength() As Boolean
    public bool CanCalculateArcLength()

    Return Value

    True if the curve definition has the appropriate values to calculate the arc length.
    Remarks
    The central angle can be calculated if the curve definition contains a Radius and a CentralAngle or a Radius and a ChordLength.
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also