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

In This Topic
    ScannerChannel Property
    In This Topic
    Gets the scanner channel of this point. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public byte ScannerChannel {get;}
    Public ReadOnly Property ScannerChannel As Byte
    Remarks
    The scanner channel is used to indicate the channel (scanner head) of a multi-channel system. Up to 4 channels are supported (values of 0-3). A value of 0 indicates a single scanner system.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also