ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing.COGO Namespace / BaseCurveDefinition Class / ChordLength Property

In This Topic
    ChordLength Property
    In This Topic
    Gets and sets the chord length value. A negative chord length indicates a major arc.
    Syntax
    Public Property ChordLength As Nullable(Of Double)
    public Nullable<double> ChordLength {get; set;}
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also