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

In This Topic
    ClassCode Property
    In This Topic
    Gets the class code. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public byte ClassCode {get;}
    Public ReadOnly Property ClassCode As Byte
    Remarks
    The valid LAS class code range is 0-31 for LAS file versions 1.1, 1.2, 1.3 and 0-255 for version 1.0 and 1.4.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also