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

In This Topic
    CalculateArcLength Method
    In This Topic
    Calculates the arc length for the curve.
    Syntax
    Public Function CalculateArcLength() As Double
    public double CalculateArcLength()

    Return Value

    The curve arc length.
    Exceptions
    ExceptionDescription
    The arc length cannot be calculated.
    Remarks
    You should use CanCalculateArcLength prior to calculating the arc length to determine if the curve definition has the appropriate values. The arc length 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