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

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

    Return Value

    True if the curve definition has the appropriate values to calculate the chord length.
    Remarks
    The chord length can be calculated if the curve definition contains a Radius and a CentralAngle 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