ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / LineSegment Class / IsCurve Property

In This Topic
    IsCurve Property (LineSegment)
    In This Topic
    Gets if this line segment is a curve. Always returns false for LineSegment.
    Syntax
    public override bool IsCurve {get;}
    Public Overrides NotOverridable ReadOnly Property IsCurve As Boolean
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also