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

In This Topic
    ScanAngleDegree Property
    In This Topic
    Gets the scan angle of this point in degrees. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public double ScanAngleDegree {get;}
    Public ReadOnly Property ScanAngleDegree As Double
    Remarks
    The scan angle represents the rotational position of the emitted laser pulse with respect to the vertical of the coordinate system of the data. Each increment represents 0.006 degrees.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also