ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / LasPoint Class / EdgeOfFlightLine Property

In This Topic
    EdgeOfFlightLine Property
    In This Topic
    Gets the edge of flight line flag of the point. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public byte EdgeOfFlightLine {get;}
    Public ReadOnly Property EdgeOfFlightLine As Byte
    Remarks
    The edge of flight line flag has a value of 1 only when the point is at the end of a scan. It is the last point on a given scan line before it changes direction.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also