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

In This Topic
    ScanDirectionFlag Property
    In This Topic
    Gets the scan direction flag of this point. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public byte ScanDirectionFlag {get;}
    Public ReadOnly Property ScanDirectionFlag As Byte
    Remarks
    The scan direction flag denotes the direction at which the sanner mirror was traveling at the time of the output pulse. A value of 1 is a positive scan direction (moving from the left side of the in-track direction to the right side) and a value of 0 is a negative scan direction.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also