ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Geometry Namespace / LineSegment Class / Angle Property

In This Topic
    Angle Property (LineSegment)
    In This Topic
    The angle in radians between the positive X-axis and this line in a counterclockwise direction.
    Syntax
    Public ReadOnly Property Angle As Double
    public double Angle {get;}
    Exceptions
    ExceptionDescription
    The start or end point of the segment is empty.
    Remarks

    Line Segment

    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also